On 01.15.08, In Javascript, by Dan Tamas
Dates are sometimes needed in forms that 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 Responses
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
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.