• Stars
    star
    153
  • Rank 242,608 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 13 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android-style datepicker widget for jQuery Mobile

THIS PROJECT IS NO LONGER MAINTAINED!

Mobi Pick

Light-weight Android-style datepicker widget for jQuery Mobile. 3KB minified and gzipped.

Build status

Build Status

Changelog

0.9

  • refactored dialog to use the jQuery mobile popup widget

0.8

0.7

  • Issue #5
  • new public method updateDateInput
  • possible to set date to null

0.6

  • set minDate/maxDate programmatically

0.5

  • range picker support
  • custom output format (boolean option intlStdDate)
  • set default date programmatically (String|Date|XDate option date)
  • Issue #4

0.4

  • IE7 support
  • picker closes on Escape keyup

0.3

  • added accuracy option for month and year pickers

0.2

  • changed css class prefix from datepicker to mobipick

0.1

  • initial version