Conversion of cumulate day of the year and year into Date/Month/Year

2 次查看(过去 30 天)
If I have a date in format, for example; 344th day of 1970, how to covert it to Day/Month/Year format (datetime)?

回答(1 个)

Star Strider
Star Strider 2022-6-24
The datetime function is remarkably robust (more so that I previously appreciated)!
Try this —
D = datetime(1970,1,344)
D = datetime
10-Dec-1970
Check = day(D,'dayofyear') % Check
Check = 344
.

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

产品


版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by