1.0.7 • Published 7 years ago

datetimeranger v1.0.7

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

DateTimeRanger

GitHub issues GitHub forks License Bower version NPM version

DateTimeRanger is a jQuery plugin for fast visual and interactive date + time (range) entry.

It is built on top of DateRange-Picker-Ex and TimeDropper-Ex.

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