datetime default format by version and operating system
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Steven Lord
2023 年 5 月 10 日
Can you confirm that you're using the datetime function included as part of MATLAB and not one that you downloaded?
which -all datetime
その他の回答 (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!