Year (date)
Returns the year value from a date.
<cfset exampleDate = now()> <cfoutput> The current year is #Year(exampleDate)#. </cfoutput>