ActionScript 2.0 Components Language Reference |
|
|
|
| DateChooser component > DateChooser.showToday | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
dateChooserInstance.showToday
Property; a Boolean value that determines whether the current date is highlighted. The default value is true.
The following example turns off the highlighting on today's date:
my_dc.showToday = false;
|
|
|
|