jdewit/bootstrap-timepicker

This package is abandoned and no longer maintained. No replacement package was suggested.

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

0.2.3 2013-04-10 05:31 UTC

This package is not auto-updated.

Last update: 2016-05-26 09:43:09 UTC


README

Timepicker for Twitter Bootstrap 3.0 Build Status

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.

Click here to support bootstrap-timepicker! Flattr this

Contributing

  1. Install NodeJS and Node Package Manager.

  2. Install packages

    npm install
  1. Use Bower to get the dev dependencies.
$ bower install
  1. 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.