Conversion of cumulate day of the year and year into Date/Month/Year
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
If I have a date in format, for example; 344th day of 1970, how to covert it to Day/Month/Year format (datetime)?
0 comentarios
Respuestas (1)
Star Strider
el 24 de Jun. de 2022
Try this —
D = datetime(1970,1,344)
Check = day(D,'dayofyear') % Check
.
0 comentarios
Ver también
Categorías
Más información sobre Dates and Time en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!