Date format 03mar2013
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hi,
I hope all is well. How can I read dates such as 03mar2013 and transform them to matlab datenumber? I hav ethese dates in excel and every import date option that i used resulted nans.
4 Comments
Walter Roberson
on 13 May 2019
Are you sure you need datenum? We recommend datetime instead.
Wesso
on 13 May 2019
Walter Roberson
on 13 May 2019
datetime('03mar2013', 'inputformat', 'ddMMMyyyy')
Wesso
on 15 May 2019
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!