To check date Validity
バージョン 1.0.0.0 (1.38 KB) 作成者:
Cavin Dsouza
The program checks whether a date entered in DD/MM/YYYY format is a valid one or not.
The program checks whether a date entered in DD/MM/YYYY format is a valid one or not.
Test for Leap Year Corrections Made:
Pseudocode to determine whether a year is a leap year or not:
if year is divisible by 400 then is_leap_year
else if year is divisible by 100 then not_leap_year
else if year is divisible by 4 then is_leap_year
else not_leap_year
引用
Cavin Dsouza (2024). To check date Validity (https://www.mathworks.com/matlabcentral/fileexchange/44526-to-check-date-validity), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Language Fundamentals > Data Types > Dates and Time >
- MATLAB > Language Fundamentals > Data Types > Dates and Time > Calendar >
Help Center および MATLAB Answers で Dates and Time についてさらに検索
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 |