IsLeapYear
Method Signature
IsLeapYear(year=[numeric])Arguments
Argument
Type
Required
Description
Default
Examples
Is the current date in a leap year?
date = now();
isLeapYear = isLeapYear( year( date ) );
writeOutput( isLeapYear );
Additional Examples
Related
Last updated
Was this helpful?
