Date.getUTCFullYear()
Returns the year, according to universal time
The getUTCFullYear() method returns the year in the specified date according to universal time.
Syntax
Return value
A number representing the year in the given date according to universal time.
Description
The value returned by getUTCFullYear()
is an absolute number that is compliant with year-2000, for example, 1995.
Examples
Using getUTCFullYear()
getUTCFullYear()
The following example assigns the four-digit value of the current year to the variable year
.
References
Contributors to this page
Uros Durdevic
Last updated