Examples
The year() function returns the year portion of a given date value. The returned value will be a four-digit year, such as 1998.
year(date)
• date – A date or datetime value.
Integer