ILY
(ILY(
arg
))
Checks to see if the current year is a leap year.
The function returns a 1 if the year is a leap year, and 0 if it is not a leap year.
In the following example, the value of
vily
is
0
.
SET VAR vily = (ILY('03/15/2006'))