Year$

 

Purpose:

Determines the year of a date and returns it as a string.

Parameter:

Date

Return value:

String

Example:

Year$(Today())                   Result: "2015"

Year$(Date("1.1.2015"))       Result: "2015"