smalot / bootstrap-datetimepicker

Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)
http://www.malot.fr/bootstrap-datetimepicker/
Apache License 2.0
3.49k stars 1.65k forks source link

how to set time specific to every minutes in a hour? #717

Open eeezae opened 6 years ago

eeezae commented 6 years ago

I use datetimepicker in my project, but when I select minutes it shows every five minutes like this as below: image

so I wonder I can I choose every minutes in a hour? I would appreciate if anyone can afford me some suggestions.

eeezae commented 6 years ago

Sorry for that I didn't read the introduction page carefully, set minuteStep = 1 which fits my need well, thanks very much and you can close this issue.