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

Swazz Javascript Calendar

Dhtml.com calendar

Calendar-time-slider

The sliding date-picker

Fancy MooTools Date Picker

Calendar Component

Vista-like Ajax Calendar script

DateChooser

PBBDatePicker v1.1

DatePicker using Prototype and Scriptaculous

jQuery date picker plug-in

jQuery calendar by ted serbinski

Unobtrusive JavaScript date-picker widgit

2 Comments to “Javascript calendars – date pickers”

  1. Reno 17 January 2008 at 11:04 pm #

    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

  2. Matt 18 January 2008 at 5:00 pm #

    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.


Leave a Reply