MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 326

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Method summary
Modifiers
Signature
getDate() :
getDay() :
getFullYear() :
getHours() :
getLocaleLongDate() :
getLocaleShortDate() :
getLocaleTime() :
getMilliseconds() :
getMinutes() :
getMonth() :
326
ActionScript classes
Number
Number
Number
Number
String
String
String
Number
Number
Number
Description
Returns the day of the month (an
integer from 1 to 31) of the specified
Date object according to local time.
Returns the day of the week (0 for
Sunday, 1 for Monday, and so on) of
the specified Date object according
to local time.
Returns the full year (a four-digit
number, such as 2000) of the
specified Date object, according to
local time.
Returns the hour (an integer from 0
to 23) of the specified Date object,
according to local time.
Returns a string representing the
current date, in long form, formatted
according to the currently defined
locale.
Returns a string representing the
current date, in short form,
formatted according to the currently
defined locale.
Returns a string representing the
current time, formatted according to
the currently defined locale.
Returns the milliseconds (an integer
from 0 to 999) of the specified Date
object, according to local time.
Returns the minutes (an integer
from 0 to 59) of the specified Date
object, according to local time.
Returns the month (0 for January, 1
for February, and so on) of the
specified Date object, according to
local time.

Advertisement

Table of Contents
loading

Table of Contents