YEAR Function
Syntax
YEAR(expression)
Example 1
YEAR(SYSDATE())
If the current system date is June 30, 2007, a value of 2007 appears in the cell.
Example 2
YEAR(CLP13)
Where CLP13 represents the year-end date of the client file. If the year-end date is December 31, 2007, a value of 2007 appears in the cell.