User Guide
326 ActionScript classes
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.
getLocaleLongDate() : String Returns a string representing the
current date, in long form, formatted
according to the currently defined
locale.
getLocaleShortDate() : String Returns a string representing the
current date, in short form,
formatted according to the currently
defined locale.
getLocaleTime() : String Returns a string representing the
current time, formatted according to
the currently defined locale.
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.