Files
Power BI Dev a52c2a8462 Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
2026-05-02 10:09:32 +07:00
..
2026-05-02 10:09:32 +07:00
2026-05-02 10:09:32 +07:00

Timepicker for Twitter Bootstrap 2.x Build Status

A simple timepicker component for Twitter Bootstrap.

Demos & Documentation

View demos & documentation.

Support

If you make money using this timepicker, please consider supporting its development.

Click here to support bootstrap-timepicker!

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.