Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jquery-date-range-picker

longbill5.7kMIT1.0.4

jQuery Date Range Picker is a jQuery plugin that allows user to select a date range.

jquery, date, daterange, date, picker, range

readme

jQuery Date Range Picker Plugin

CDNJS Bower Version License

jQuery Date Range Picker is a jQuery plugin that allows user to select a date range.

  • Requires jQuery 1.3.2+, Moment 2.8.1+
  • Supports IE7+, Firefox, Chrome, Safari and other standard HTML5 browsers.
  • Supports multi-language
  • Fully CSS styled
  • Written by Chunlong ( jszen.com )
  • I accept further customization job if you require more functions. Please contact me via longbill.cn@gmail.com

Documentation & Demo

screenshot

How to setup this project on your development machine

  • Install node.js Ubuntu/Mac , Windows
  • Update npm to latest version
    npm install -g npm
  • Install gulp v3.9.1 (global install)
    npm install -g gulp@3.9.1
  • Clone this project
    git clone https://github.com/longbill/jquery-date-range-picker.git
    cd jquery-date-range-picker
  • Install local dependencies
    npm install
  • How to generate minified (dist) files ?
    gulp
  • Above command will generate new files by reading from src folder

Change log

License

This date range picker plugin is under MIT LICENSE

changelog

0.0.8

  • support week numbers
  • support to select forward/backward
  • support mobile browsers
  • fix many bugs and style issues

0.0.7

  • add hovering effect on day elements
  • add sticky month mode
  • add single month mode
  • enable adding elements on each day element
  • available to hide the top bar
  • no longer support IE6,7
  • fix many bugs and style issues

0.0.5

  • enable control by script
  • enable batch mode ( select week or month by one click )
  • fixed some position issues
  • fixed some time related bugs