datetimeRangePicker
datetimeRangePicker copied to clipboard
An angular directive that includes a Datepicker and a time range picker
A datetime picker for range between two calendars and time sliders
[TODO - brief summary]
Demo
http://rgkevin.github.io/datetimeRangePicker/
Dependencies
- required: [http://getbootstrap.com bootstrap] bootstrap [http://angular-ui.github.io/bootstrap/ ui.bootstrap] [https://github.com/Venturocket/angular-slider angular-slider]
- optional [TODO]
See bower.json
and index.html
in the gh-pages
branch for a full list / more details
Install
- download the files
- Bower
- add
"datetimeRangePicker": "latest"
to yourbower.json
file then runbower install
OR runbower install datetimeRangePicker
- add
- Bower
- include the files in your app
-
range-picker.min.js
-
range-picker.less
ORrange-picker.min.css
ORrange-picker.css
-
- include the module in angular (i.e. in
app.js
) -rgkevin.datetimeRangePicker
See the gh-pages
branch, files bower.json
and index.html
for a full example.
Documentation
See the range-picker.js
file top comments for usage examples and documentation
https://github.com/rgkevin/datetimeRangePicker/blob/master/range-picker.js