To check date Validity

The program checks whether a date entered in DD/MM/YYYY format is a valid one or not.

Vous suivez désormais cette soumission

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

Citation pour cette source

Cavin Dsouza (2026). To check date Validity (https://fr.mathworks.com/matlabcentral/fileexchange/44526-to-check-date-validity), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0