Example
The following example sets the displayed year to 2010:
my_dc.displayedYear = 2010;
See also
DateChooser.displayedMonth
DateChooser.firstDayOfWeek
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
dateChooserInstance.firstDayOfWeek
Description
Property; a number indicating which day of the week (0-6, 0 being the first element of the
array) is displayed in the first column of the DateChooser component. Changing
dayNames
this property changes the order of the day columns but has no effect on the order of the
property. The default value is 0 (Sunday).
dayNames
Example
The following example sets the first day of the week to Monday:
// Sets the first day of the week to Monday in the calendar.
my_dc.firstDayOfWeek = 1;
// Disables day 0 (Sunday). Even though Monday is now the first day in the
DateChooser, Sunday is still array index 0.
my_dc.disabledDays = [0];
See also
DateChooser.dayNames
426
DateChooser component (Flash Professional only)
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers