Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

ILY

Scroll Prev Top Next More

(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'))