August 2001
Intermediate to advanced
976 pages
38h 8m
English
IsLeapYear
IsLeapYear(year)Returns True if the specified year is a leap year
or False if it isn’t. It is important to
note that IsLeapYear( ) expects a year (e.g.,
2000) as opposed to a date. Example:
<CFOUTPUT> #Year(Now( ))# <CFIF IsLeapYear(Year(Now( )))><B>is</B><CFELSE><B>isn't</B></CFIF> a leap year. </CFOUTPUT>
Read now
Unlock full access