getUTCDate()

Syntax:

var currentDate=dateObject.getUTCDate()

Return:

The day of the month adjusted to UTC (universal time). The Return Value ranges from 1 to 31.

Remarks:

This function will return the day of the month for the specified Date object adjusted to UTC (universal time).

image\Script_Button.jpgExamples