필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
CHRISTY
CHRISTY 2024년 2월 16일
댓글: Walter Roberson 2024년 2월 16일
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

답변 (1개)

Alexander
Alexander 2024년 2월 16일
datetime(-1,1,1) answeres 01-Jan--0001 which is correct.
  댓글 수: 2
CHRISTY
CHRISTY 2024년 2월 16일
Thank you, how would I do this for the MM/DD/YYYY format where the user enteres their date like this?
Walter Roberson
Walter Roberson 2024년 2월 16일
datetime('01/01/-0001', 'inputformat', 'MM/dd/uuuu')
ans = datetime
01-Jan--0001

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by