Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RGkevin/datetimeRangePicker
An angular directive that includes a Datepicker and a time range picker
https://github.com/RGkevin/datetimeRangePicker
Last synced: 3 months ago
JSON representation
An angular directive that includes a Datepicker and a time range picker
- Host: GitHub
- URL: https://github.com/RGkevin/datetimeRangePicker
- Owner: RGkevin
- Created: 2014-07-15T00:01:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T07:03:57.000Z (over 7 years ago)
- Last Synced: 2024-07-20T23:21:48.682Z (4 months ago)
- Language: CSS
- Size: 2.4 MB
- Stars: 53
- Watchers: 6
- Forks: 26
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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
1. download the files
1. Bower
1. add `"datetimeRangePicker": "latest"` to your `bower.json` file then run `bower install` OR run `bower install datetimeRangePicker`
2. include the files in your app
1. `range-picker.min.js`
2. `range-picker.less` OR `range-picker.min.css` OR `range-picker.css`
3. 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