DekGenius.com
Team LiB   Previous Section   Next Section
Date.getUTCFullYear( ) return the year (universal time)

Availability

JavaScript 1.2; JScript 3.0; ECMAScript v1

Synopsis

date.getUTCFullYear( )

Returns

The year that results when date is expressed in universal time. The return value is a full four-digit year, not a two-digit abbreviation.

    Team LiB   Previous Section   Next Section