ActionScript 2.0 Components Language Reference |
|
|
|
| DateChooser component > DateChooser.selectedDate | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
dateChooserInstance.selectedDate
Property; a Date object that indicates the selected date if that value falls within the value of the selectableRange property. The default value is undefined.
You cannot set the selectedDate property within a disabled range, outside a selectable range, or on a day that has been disabled. If this property is set to one of these dates, the value is undefined.
The following example sets the selected date to June 7:
my_dc.selectedDate = new Date(2005, 5, 7);
|
|
|
|