This function evaluates whether a given date occurs in a leap year.
Description
Whether or not a given datetime is in a leap year (containing 366 days instead of 365).
Type
BOOLEAN
Arguments
Type
Meaning
1
DATETIME
the datetime
Evaluation
The datetime argument; which may be specified symbolically, is converted into an actual datetime. If the date of this year is a leap year, true is returned, otherwise false.