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')
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!