How to Integrate the DatePicker into your application
The “DatePicker” MovieClip can be dragged into your existing FLA file. In the actions layer of each include FLA you will see an example of how to retrieve the selected date from the date picker. This will allow you to format the date how you please and to do any validation needed.
ActionScript Example
datePicker.onSelectDate = function(date){
selectedDate.text = date.getFullYear()+"/"+(date.getMonth()+1)+"/"+date.getDate();
}
How to Tweak
Skinning is done by editing corresponding MovieClips in the library. Experts can edit the DatePicker code, but it’s not necessary for changing the look of the calendar.
Fonts
The font used is Arial Narrow
Need Help?
Please read the README first!
If you require more help, please do not post a comment on the product page because Flashden does not notify authors when there is a new comment. Instead, please
send me a message from my user page.
Keywords: flash easy as2 as3 calendar calender component date selector
chooser picker