Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery: datepicker alternative

Is there a better, smaller alternative to the jQuery datepicker? The ui.datepicker.js has app. 70kb which is pretty huge imo. Could it be compressed?

like image 607
Fuxi Avatar asked Jan 10 '10 12:01

Fuxi


3 Answers

The best alternative I know is Kelvin luck's datepicker.

like image 129
Soufiane Hassou Avatar answered Oct 25 '22 00:10

Soufiane Hassou


It's not smaller in terms of file size, but arguably "better" is the Any+Time™ DatePicker/TimePicker AJAX Calendar Widget, which is probably the fastest, easiest and most feature-laden date/time picker available. It supports countless formats, custom labels & styles, jQuery UI themes, keyboard accessibility and even time zones! And best of all, it's free under the CC-BY-NC-SA license.

like image 25
Andrew M. Andrews III Avatar answered Oct 25 '22 00:10

Andrew M. Andrews III


you don't need the whole ui library just http://jqueryui.com/download disable the other stuff or you can use google ajax api cdn. the best alternative to jui datepicker is the html5 datepicker with is only supported by opera so far <input type="datetime-local" />

like image 31
antpaw Avatar answered Oct 25 '22 00:10

antpaw