Info

This question is closed. Reopen it to edit or answer.

Date format 03mar2013

1 view (last 30 days)
Wesso
Wesso on 13 May 2019
Closed: MATLAB Answer Bot on 20 Aug 2021
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
Walter Roberson on 13 May 2019
datetime('03mar2013', 'inputformat', 'ddMMMyyyy')
Wesso
Wesso on 15 May 2019
thanks. it works perfectly well

Answers (0)

Community Treasure Hunt

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

Start Hunting!