Date Controls (DateField and DateChooser)
The DateField (mx.controls.DateField) control that shows a date in a text field
with a calendar icon on its right side.
Clikcing the calendar icon opens a DateChooser control, allowing the user to select a date.
The DateChooser (mx.controls.DateChooser) control allows a user to select a date,
a range of dates, or multiple dates from a calendar-like display.
TODO... embed example (DateControls1)
<mx:DateField /> <mx:DateChooser />
Commonly used properties:
- selectedDate:Date - date selected by the control
Commonly used events:
- change - dispatched when a date is selected or changed
TODO... examples, examples...

