Javascript calendars - date pickers
Dates are sometimes needed in forms a webdeveloper includes in his work. And users always try to input the date in a format which is not the right one. Date pickers can be very helpful and also eye-candy
The DHTML / JavaScript Calendar
Vista-like Ajax Calendar script
DatePicker using Prototype and Scriptaculous
jQuery calendar by ted serbinski
Unobtrusive JavaScript date-picker widgit
2 Comments
Matt on January 18th, 2008
I really liked the DateChooser example. Very easy to set up yet flexible enough to meet my needs. It breaks away from the traditional “sprinf” format where you have to declare a formatting using strange symbols that line up to a date part.
This one uses a simple event architecture that gives you the date object representing the day that was clicked, that way display is completely decoupled from the Calendar control.


Reno on January 17th, 2008
Hello,
You forgot dojo one’s :
http://download.dojotoolkit.org/release-1.0.2/dojo-release-1.0.2/dijit/tests/form/test_DateTextBox.html
Multilingual and multi format support