Free FlashDen file of the month. Click here to download.
Search  

DATE PICKER CALENDAR COMPONENT FOR AS2 AND AS3

HomeBrowse CategoriesUtilitiesTime & DateDate Picker Calendar Component for AS2 and AS3

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
Posted 6 months ago

ITEM DISCUSSION

Show Comments By

very nice work nice colors

Posted 6 months ago

really useful

Posted 6 months ago

Great and really useful, good job :)

Posted 6 months ago

very good!

Posted 6 months ago

great work!

Posted 5 months ago