To check date Validity
Version 1.0.0.0 (1.38 KB) by
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
Cite As
Cavin Dsouza (2026). To check date Validity (https://www.mathworks.com/matlabcentral/fileexchange/44526-to-check-date-validity), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2008a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Language Fundamentals > Data Types > Dates and Time >
- MATLAB > Language Fundamentals > Data Types > Dates and Time > Calendar >
Find more on Dates and Time in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
