User Guide

DateField component (Flash Professional only) 387
DateField.selectedDate
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDF.selectedDate
Description
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.
Example
The following example sets the selected date to June 7:
myDF.selectedDate = new Date(2003, 5, 7);
DateField.showToday
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDF.showToday
Description
Property; a Boolean value that determines whether the current date is highlighted. The default
value is
true.
Example
The following example turns off the highlighting on todays date:
myDF.showToday = false;