Skip to content

longbill/jquery-date-range-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b663fbc · Dec 13, 2021
Oct 28, 2020
Dec 13, 2021
Sep 26, 2018
Apr 10, 2018
May 26, 2016
Apr 14, 2015
Mar 3, 2020
May 26, 2016
Sep 23, 2018
Jul 3, 2017
Sep 26, 2018
Oct 28, 2020
Oct 28, 2020
Jul 23, 2013

Repository files navigation

jQuery Date Range Picker Plugin

CDNJS Bower Version License

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

  • Requires jQuery 1.7+, Moment 2.8.1+
  • Supports IE7+, Firefox, Chrome, Safari and other standard HTML5 browsers
  • Supports multi-language
  • Fully CSS styled

Documentation & Demo

Documentation and demonstrations can be found here: https://longbill.github.io/jquery-date-range-picker

screenshot

Setup on development machine

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
  • Generate new minified (dist) files by reading from the src folder
gulp
npm version <patch|minor|major>

Change log

License

This date range picker plugin is under MIT LICENSE