Skip to content

f-liva/jquery-date-range-picker

This branch is 1 commit ahead of, 52 commits behind longbill/jquery-date-range-picker:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6d3bcac · Jun 29, 2017
Jun 29, 2017
Jun 29, 2017
May 26, 2016
May 26, 2016
May 26, 2016
Apr 14, 2015
Apr 24, 2017
May 26, 2016
Oct 5, 2016
Mar 29, 2017
Nov 11, 2016
Mar 29, 2017
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 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

screenshot

How to setup this project on your 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
  • 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

About

A jQuery plugin that allows user to select a date range

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.7%
  • HTML 18.3%
  • CSS 6.0%