DRAFTThis page is not published. Only visible in development mode.
date module

date::is_leap_year

Check if a date falls in a leap year.

Syntax

RQL

Parameters

NameTypeDescription
date_valueDateThe date to check for a leap year.

Return Value

Returns a Boolean indicating whether the date falls in a leap year.

Examples

$ Check if leap year
$ ctrl+enter to run

Related Functions