Function Year() Foundation
Extracts the year from a date value as a numeric value.
Year( <dDate> ) --> nYear
The return value of Year() is an integer with four digits which designate the year of the date value, including the century. Zero is returned for an empty date (CtoD("")).
The conversion function Year() extracts the year from a date value and returns it as a numeric value. Similar functions are Day() and Month() which also produce a numeric value from a date value. Year() is generally used for the formatted output of a date.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.