ActionScript 2.0 Components Language Reference |
|
|
|
| DateChooser component > DateChooser.monthNames | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
dateChooserInstance.monthNames
Property; an array of strings indicating the month names at the top of the DateChooser component. The default value is ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"].
The following example sets the month names for the instance my_dc:
my_dc.monthNames = ["Jan", "Feb","Mar","Apr", "May", "June","July", "Aug", "Sept","Oct", "Nov", "Dec"];
|
|
|
|