jdewit / bootstrap-timepicker
A simple timepicker component for Twitter Bootstrap.
Installs: 1 236
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1 047
Language:JavaScript
This package is not auto-updated.
Last update: 2016-05-26 09:43:09 UTC
README
Timepicker for Twitter Bootstrap 3.0 
A simple timepicker component for Twitter Bootstrap.
Old version docs: View demos & documentation.
Do not forget to update bootstrap classes from 2.x to 3.0 like in Bootstrap's documentation. For examle, code for first demo:
<div class="input-group bootstrap-timepicker"> <input id="newEmployeesUpdaterTime" type="text" class="form-control"> <span class="input-group-addon"><i class="glyphicon glyphicon-time"></i></span> </div>
Support
If you make money using this timepicker, please consider supporting its development.
Contributing
Install NodeJS and Node Package Manager.
Install packages
npm install
- Use Bower to get the dev dependencies.
$ bower install
- Use Grunt to run tests, compress assets, etc.
$ grunt test // run jshint and jasmine tests $ grunt watch // run jsHint and Jasmine tests whenever a file is changed $ grunt compile // minify the js and css files
- Please make it easy on me by covering any new features or issues with Jasmine tests.
- If your changes need documentation, please take the time to update the docs.
Acknowledgements
Thanks to everyone who have given feedback and submitted pull requests. A list of all the contributors can be found here.
Special thanks to @eternicode and his Twitter Datepicker for inspiration.