ActionScript 2.0 Components Language Reference |
|
|
|
| DateChooser component > DateChooser.dayNames | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
dateChooserInstance.dayNames
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 ["S", "M", "T", "W", "T", "F", "S"].
The following example changes the value of the days of the week:
my_dc.dayNames = new Array("Su", "Mo", "Tu", "We", "Th", "Fr", "Sa");
|
|
|
|