Datechooser.selecteddate - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Example
The following example defines the selectable range as the dates between and including May 7
and June 7:
my_dc.selectableRange = {rangeStart: new Date(2001, 4, 7), rangeEnd: new
Date(2003, 5, 7)};
The following example defines the selectable range as the dates after and including May 7:
my_dc.selectableRange = {rangeStart: new Date(2005, 4, 7)};
The following example defines the selectable range as the dates before and including June 7:
my_dc.selectableRange = {rangeEnd: new Date(2005, 5, 7)};
The following example defines the selectable date as June 7 only:
my_dc.selectableRange = new Date(2005, 5, 7);

DateChooser.selectedDate

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents