THIS PROJECT IS NO LONGER MAINTAINED!
Light-weight Android-style datepicker widget for jQuery Mobile. 3KB minified and gzipped.
- refactored dialog to use the jQuery mobile popup widget
- updated to be compatible with jQuery mobile 1.3.0RC1, jQuery 1.9.1, XDate 0.7, Modernizr 2.6.2, QUnit 1.11.0 (version 0.7 branch for compatibility with legacy versions exists)
- Issue #5
- new public method updateDateInput
- possible to set date to null
- set minDate/maxDate programmatically
- range picker support
- custom output format (boolean option intlStdDate)
- set default date programmatically (String|Date|XDate option date)
- Issue #4
- IE7 support
- picker closes on Escape keyup
- added accuracy option for month and year pickers
- changed css class prefix from datepicker to mobipick
- initial version