contradicting date identifier definitions in datestr and datetime
3 次查看(过去 30 天)
显示 更早的评论
I find it highly confusing that the date identifier in the commands datetime and datestr use contrasting meanings for upper case and lower case:
- minutes is MM
- months is mm
- seconds is SS
- minutes is mm
- months is MM
- seconds is ss
0 个评论
采纳的回答
Steven Lord
2022-11-21
That's correct. This is mentioned in the description of the Format property on the datetime documentation page.
If I recall correctly the specifiers in datenum predate the creation of the Unicode Technical Standard linked in that section of the documentation while the specifiers in datetime conform to that industry standard.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dates and Time 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!