Returns the year in the specified date according to universal time.
Method of Date
Syntax
getUTCFullYear()
Parameters
None
Description
The value returned by getUTCFullYear is an absolute number that is compliant with year-2000, for example, 1995.
Examples
The following example assigns the four-digit value of the current year to the variable yr.