Date.getDay()
Availability
Flash Player 5.
Usage
my_date.getDay()
Parameters
None.
Returns
An integer.
Description
Method; returns the day of the week (0 for Sunday, 1 for Monday, and so on) of the specified
Date object according to local time. Local time is determined by the operating system on which
Flash Player is running.
Date.getFullYear()
Availability
Flash Player 5.
Usage
my_date.getFullYear()
Parameters
None.
Returns
An integer.
Description
Method; returns the full year (a four-digit number, for example, 2000) of the specified Date
object, according to local time. Local time is determined by the operating system on which Flash
Player is running.
Example
The following example uses the constructor to create a new Date object and send the value
returned by the
getFullYear()
my_date = new Date();
trace(my_date.getFullYear());
method to the Output panel:
Date.getFullYear()
353
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers