Conversion of cumulate day of the year and year into Date/Month/Year
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
If I have a date in format, for example; 344th day of 1970, how to covert it to Day/Month/Year format (datetime)?
0 Commenti
Risposte (1)
Star Strider
il 24 Giu 2022
Try this —
D = datetime(1970,1,344)
Check = day(D,'dayofyear') % Check
.
0 Commenti
Vedere anche
Categorie
Scopri di più su Dates and Time in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!