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 this
dayNames
property changes the order of the day columns but has no effect on the order of the
property. The default value is 0 (Sunday).
Example
The following example sets the first day of the week to Monday:
myDC.firstDayOfWeek = 1;
See also
DateChooser.dayNames
DateChooser.monthNames
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDC.monthNames
Description
Property; an array of strings indicating the month names at the top of the DateChooser
component. The default value is
"June", "July", "August", "September", "October", "November", "December"]
Example
The following example sets the month names for the instance
myDC.monthNames = ["Jan", "Feb","Mar","Apr", "May", "June","July", "Aug",
"Sept","Oct", "Nov", "Dec"];
DateChooser.scroll
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
Usage 1:
on(scroll){
362
Chapter 6: Components Dictionary
["January", "February", "March", "April", "May",
:
myDC
dayNames
.
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers