jdewit / bootstrap-timepicker

[Deprecated] A simple timepicker component for Twitter Bootstrap
MIT License
1.64k stars 1.09k forks source link

Gh pages set max hours #261

Closed joaoschaab closed 9 years ago

joaoschaab commented 9 years ago

Added option to set max hours.

mrhota commented 9 years ago

out of curiosity, what's the use case here?

mmarchini commented 9 years ago

For example, to set the time before something happens, or the maximum time to do something. The main reason we developed it is to set the Service Level Agreement on our system, but it could be used with anything that takes more than 24 hours to happen.

mrhota commented 9 years ago

oh ok, using the time picker as a kind of duration picker.

In order to merge this, take a look at the Contributing section of the README. Make sure the uglified js file is included in the PR

Thanks for the contribution