1.1.5 • Published 7 years ago

daterange-picker-ex v1.1.5

Weekly downloads
899
License
MIT
Repository
github
Last release
7 years ago

DateRange-Picker-Ex

GitHub issues GitHub forks License Bower version NPM version

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 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/Adam5Wu/DateRange-Picker-Ex.git
    	cd DateRange-Picker-Ex
    	```
  • Install local dependencies
    	```
    	npm install
    	```
  • Build minified sources
    	```
    	gulp
    	```