How to reverse datenum?

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

 采纳的回答

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.

更多回答(2 个)

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

2 个评论

Thanks a lot :)
'mm/dd/YYYY' ('MM' is a minutes format, not months)

请先登录,再进行评论。

Peter Perkins
Peter Perkins 2018-8-3

0 个投票

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.

类别

帮助中心File Exchange 中查找有关 Dates and Time 的更多信息

产品

标签

Community Treasure Hunt

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

Start Hunting!

Translated by