DateChooser.dayNames
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDC.dayNames
Description
Property; an array containing the names of the days of the week. Sunday is the first day (at index
position 0) and the rest of the day names follow in order. The default value is
"W", "T", "F", "S"]
Example
The following example changes the value of the fifth day of the week (Thursday) from "T" to
"R":
myDC.dayNames[4] = "R";
DateChooser.disabledDays
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDC.disabledDays
Description
Property; an array indicating the disabled days of the week. All the dates in a month that fall on
the specified day are disabled. The elements of this array can have values from 0 (Sunday) to 6
(Saturday). The default value is
Example
The following example disables Sundays and Saturdays so that users can select only weekdays:
myDC.disabledDays = [0, 6];
.
(an empty array).
[]
DateChooser component (Flash Professional only)
["S", "M", "T",
359
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?