User Guide
DateField.displayedYear 451
Description
Property; a number indicating which month is displayed. The number indicates an element in
the
monthNames array, with 0 being the first month. The default value is the month of the
current date.
Example
The following example sets the displayed month to December:
my_df.displayedMonth = 11;
See also
DateField.displayedYear
DateField.displayedYear
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
dateFieldInstance.displayedYear
Description
Property; a number indicating which year is displayed. The default value is the current year.
Example
The following example sets the displayed year to 2010:
my_df.displayedYear = 2010;
See also
DateField.displayedMonth