daterange-picker-ex
v1.1.5
Published
DateRangePicker-Ex is a jQuery plugin that allows user to select a date range.
Downloads
6
Maintainers
Readme
DateRange-Picker-Ex
DateRange-Picker-Ex is a jQuery plugin that allows user to select a date range.
It is nearly complete rewrite of the original jQuery Date Range Picker Plugin.
New features:
- Robust internal date keeping logics, based of MomentJS
- Improved UI visual experiences and interactive control experiences
- React to window scrolling and resizing, maintain widget visibility
- Localized calendar month, date formatting and start-of-week, based on MomentJS
- Specializes date range entrying, leave the time entry to TimeDropper-Ex
- For comprehensive datetime range entry, please try DateTimeRanger
Documentation & Demo
License
This project is released under MIT LICENSE
Setup for Development
Install node.js
Update npm to latest version
npm install -g npm
Install gulp v3.9.1 (global install)
npm install -g [email protected]
Clone this project
git clone https://github.com/Adam5Wu/DateRange-Picker-Ex.git cd DateRange-Picker-Ex
Install local dependencies
npm install
Build minified sources
gulp