How Do I Have my Program Accept a Negative Year as Valid
1 次查看(过去 30 天)
显示 更早的评论
I am creating a time calculator game to learn how to code and am running into trouble when I input a negative year. How can I program a time calculator that recognizes this negative year as BCE while not displaying an invalid message? I
0 个评论
回答(1 个)
Alexander
2024-2-16
datetime(-1,1,1) answeres 01-Jan--0001 which is correct.
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!