getUTCFullYear()

Syntax:

var currentYear=dateObject.getUTCFullYear()

Return:

The current year as a four digit number adjusted to UTC (universal time).

Remarks:

This function will return the current year as a four digit number for the specified Date object adjusted to UTC (universal time).

image\Script_Button.jpgExamples