seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

How to use this to choose times? #925

Closed nodingneu closed 5 years ago

nodingneu commented 5 years ago

How can I slide through minutes?

e.g. slider should start at 0:00 and end at 10:00, and have intermediary values like 5:58, 5:59, 6:00, 6:01

etc.

seiyria commented 5 years ago

Have a slider with values 1..[your desired end] and use the formatter function to format the value as desired.