User Guide
Date 327
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.
getUTCMinutes() : Number Returns the minutes (an integer
from 0 to 59) of the specified Date
object, according to universal time.
getUTCMonth() : Number Returns the month (0 [January] to 11
[December]) of the specified Date
object, according to universal time.
getUTCSeconds() : Number Returns the seconds (an integer
from 0 to 59) of the specified Date
object, according to universal time.
getUTCYear() : Number Returns the year of this Date
according to universal time (UTC).
Modifiers Signature Description