Microsoft® JScript™
getUTCFullYear Method
 Language Reference 
Version 3 

See Also                  Applies To


Description
Returns the year stored in a Date object according to Universal Coordinated Time (UTC).
Syntax
objDate.getUTCFullYear()
Remarks
To get the year according to local time, use the getFullYear method.

The getUTCFullYear method returns the year as an absolute number. This avoids problems with dates occurring at the end of the 20th century.


© 1997 by Microsoft Corporation. All rights reserved.