How Do I Have my Program Accept a Negative Year as Valid

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

Respuestas (1)

Alexander
Alexander el 16 de Feb. de 2024
datetime(-1,1,1) answeres 01-Jan--0001 which is correct.

2 comentarios

Thank you, how would I do this for the MM/DD/YYYY format where the user enteres their date like this?
datetime('01/01/-0001', 'inputformat', 'MM/dd/uuuu')
ans = datetime
01-Jan--0001

Iniciar sesión para comentar.

Categorías

Más información sobre Video games en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 16 de Feb. de 2024

Comentada:

el 16 de Feb. de 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by