How to reverse datenum?
古いコメントを表示
SOS: How to convert serial date number back to date, in the format of mm/dd/yyyy?
Thanks SO MUCH!!
採用された回答
その他の回答 (2 件)
Walter Roberson
2011 年 6 月 16 日
datestr(serialnum, 'MM/DD/YYYY')
2 件のコメント
Zoe
2011 年 6 月 16 日
George Scott
2018 年 7 月 17 日
'mm/dd/YYYY' ('MM' is a minutes format, not months)
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!