Lucee Function Reference
Function ISLEAPYEAR
Determines whether a year is a leap year.
Example
isleapyear(number year):boolean
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
year | number | Yes | Number representing a year |