Year

Result = Year ( Date/Time )

Returns the year component of a date/time value.

Example :

PRINT Now; " -> "; Year(Now)
=> 05/16/2002 22:31:30 -> 2002


Referenced by :