Skip to content

Ben-Sheppard/daterangepicker

 
 

Repository files navigation

daterangepicker

very simple date range picker, using moment.js

Build Status

Running the demos

Pull down the repo then execute:

npm start

and open http://localhost:8080/demo

Running the tests

Run

npm install testem -g
testem

To run the tests in CI mode:

npm test

To run tests in the browser:

npm start

and open http://localhost:8080/test

About

very simple date range picker, using moment.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.2%
  • HTML 8.0%
  • CSS 4.5%
  • Shell 0.3%