Previous PageNext Page

7.11.13 getUTCFullYear Method

Returns the year stored in a Date object according to Universal Coordinated Time (UTC).
 

Syntax

objDate.getUTCFullYear()

Arguments

objDate
The name of a Date object. Required.

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.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page