views:

352

answers:

3

hi all,

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?

thx

+3  A: 

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" />

antpaw
+1 for HTML5 date-picker. Can't wait to see it in all browsers.
Anurag
+4  A: 

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

Soufiane Hassou
+1  A: 

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.

Andrew M. Andrews III