SOS: How to convert serial date number back to date, in the format of mm/dd/yyyy?
Thanks SO MUCH!!

 Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 16 Jun. 2011

1 Stimme

datevec or datestr
doc datevec
doc datestr
%For future reference: since you're using datenum, the conversions are probably related to it; if you look at the bottom of:
doc datenum
it has the inverses.

1 Kommentar

Zoe
Zoe am 16 Jun. 2011
I ll be careful next time! Thanks a lot!~~

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

Walter Roberson
Walter Roberson am 16 Jun. 2011

3 Stimmen

datestr(serialnum, 'MM/DD/YYYY')

2 Kommentare

Zoe
Zoe am 16 Jun. 2011
Thanks a lot :)
George Scott
George Scott am 17 Jul. 2018
'mm/dd/YYYY' ('MM' is a minutes format, not months)

Melden Sie sich an, um zu kommentieren.

Peter Perkins
Peter Perkins am 3 Aug. 2018

0 Stimmen

The longer answer is, Don't use datenum and datestr at all if you can avoid it. Use datetime, no conversion back and forth between number and text necessary.

Kategorien

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by