datetime default format by version and operating system
3 views (last 30 days)
Show older comments
On my Mac running R2022a, if I enter datetime('now') without specifying any format, I get 2023130090948. That is, it's 2023, the 130th day, at 9:09:48 AM. But on Windows running R2020b, the same input gives 10-May-2023 09:09:48. Is this difference due to the different operating systems, or different Matlab versions, or what? Where is the documentation?
0 Comments
Accepted Answer
Steven Lord
on 10 May 2023
Can you confirm that you're using the datetime function included as part of MATLAB and not one that you downloaded?
which -all datetime
More Answers (0)
See Also
Categories
Find more on Dates and Time in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!