Year$

Purpose:

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

Parameter:

Date

Return value:

String

Example:

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

Year$(Date("1.1.2022"))      Result: "2023"