PDA

View Full Version : DateChooser


nicholaskoji
12-04-2007, 12:57 AM
Hello!

I have a few questions/requests about the datechooser in Flex 2.
I have been trying to create a Datechooser that takes availability dates and places them into Datechooser for the user to select. Now from my reading i have learned you can not do this, rather you must enter the dates into the dates into the datechooser that user cannot select. I have been looking around for tutorials and explinations but i havent found anything. I am new to Action Script and Flex 2 but i am trying to learn it the best that i can. My main skill is in PHP.

please link to any tutorials or videos of Datechooser or post your code if you have had this problem.

Jza
12-06-2007, 02:42 AM
Hello!

I have a few questions/requests about the datechooser in Flex 2.
I have been trying to create a Datechooser that takes availability dates and places them into Datechooser for the user to select. Now from my reading i have learned you can not do this, rather you must enter the dates into the dates into the datechooser that user cannot select. I have been looking around for tutorials and explinations but i havent found anything. I am new to Action Script and Flex 2 but i am trying to learn it the best that i can. My main skill is in PHP.

please link to any tutorials or videos of Datechooser or post your code if you have had this problem.

Hello all,

I am a newbie to the flex 2. And, I encounter the same problem as well. I have a list of available dates for user to select. However, I don't know how I could implement this. I just need something behave similar to "SelectedDates" function where I can give a single date and a range od dates. Please help.