Description
Method; returns the year of the specified Date object, according to local time. Local time is
determined by the operating system on which Flash Player is running. The year is the full year
minus 1900. For example, the year 2000 is represented as 100.
See also
Date.getFullYear()
Date.setDate()
Availability
Flash Player 5.
Usage
my_date.setDate(date)
Parameters
An integer from 1 to 31.
date
Returns
An integer.
Description
Method; sets the day of the month for the specified Date object, according to local time, and
returns the new time in milliseconds. Local time is determined by the operating system on which
Flash Player is running.
Date.setFullYear()
Availability
Flash Player 5.
Usage
my_date.setFullYear(year [, month [, date]] )
Parameters
A four-digit number specifying a year. Two-digit numbers do not represent years; for
year
example, 99 is not the year 1999, but the year 99.
An integer from 0 (January) to 11 (December). This parameter is optional.
month
A number from 1 to 31. This parameter is optional.
date
Returns
An integer.
Date.setFullYear()
361
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?