/jquery-date-picker

A date picker plugin based on jquery

Primary LanguageJavaScriptMIT LicenseMIT

jquery-date-picker

A date picker plugin based on jQuery

Introduction

This is a jQuery plugin to provide date selection capabilities, both supports single and range selection. If you want, you can generates any number of pickers by custom configuration. It provides many capabilities to help your web development, and it is always easy to customize.

Snapshots

  1. single mode:
  2. range mode:
  3. you can also generates any number of pickers:

TODO

  1. fix known bugs.
  2. refine the range selection mode.
  3. add support of dates period that cannot be selected.
  4. provide a usage tutorial and a demo page.
  5. provide a new theme.
  6. provide a tutorial of customizing own theme for user.
  7. refine the formatter function.

DONE

  1. added grunt, bower to compress code and manage dependencies.
  2. added support from momentjs.