Skip to content

Adam5Wu/DateRange-Picker-Ex

 
 

Repository files navigation

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

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 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
    

About

A jQuery plugin that allows user to select a date range

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.9%
  • HTML 18.7%
  • CSS 15.4%