Steve,

 

How about something like the following:

 

<mx:DateChooser id="dateChooser1"

selectedDate="{new Date('2008/04/19')}" />

 

Or

 

<mx:DateChooser id="dateChooser2"

initialize="dateChooser2.selectedDate = new Date('2008/04/19');" />

 

 

Peter

 

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of ghus32
Sent: Wednesday, April 02, 2008 11:19 AM
To: [email protected]
Subject: [flexcoders] Datechooser date select

 

Hello everyone, 

Is there a way to have a date preselected in the date chooser??

ex.. I pull a date from my database 4/22/2008, and I want to use this 
date to preselect on the date chooser.

Thanks again

Steve

 

Reply via email to