User Guide

Date 477
Method summary
Modifiers Signature Description
getDate() : Number Returns the day of the month (an integer from 1 to 31)
of the specified Date object according to local time.
getDay() : Number Returns the day of the week (0 for Sunday, 1 for
Monday, and so on) of the specified Date object
according to local time.
getFullYear() :
Number
Returns the full year (a four-digit number, such as
2000) of the specified Date object, according to local
time.
getHours() : Number Returns the hour (an integer from 0 to 23) of the
specified Date object, according to local time.
getMilliseconds() :
Number
Returns the milliseconds (an integer from 0 to 999) of
the specified Date object, according to local time.
getMinutes() :
Number
Returns the minutes (an integer from 0 to 59) of the
specified Date object, according to local time.
getMonth() : Number Returns the month (0 for January, 1 for February, and
so on) of the specified Date object, according to local
time.
getSeconds() :
Number
Returns the seconds (an integer from 0 to 59) of the
specified Date object, according to local time.
getTime() : Number Returns the number of milliseconds since midnight
January 1, 1970, universal time, for the specified Date
object.
getTimezoneOffset()
: Number
Returns the difference, in minutes, between the
computer's local time and universal time.
getUTCDate() :
Number
Returns the day of the month (an integer from 1 to 31)
in the specified Date object, according to universal
time.
getUTCDay() : Number Returns the day of the week (0 for Sunday, 1 for
Monday, and so on) of the specified Date object,
according to universal time.
getUTCFullYear() :
Number
Returns the four-digit year of the specified Date
object, according to universal time.
getUTCHours() :
Number
Returns the hour (an integer from 0 to 23) of the
specified Date object, according to universal time.
getUTCMilliseconds()
: Number
Returns the milliseconds (an integer from 0 to 999) of
the specified Date object, according to universal time.