ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

Added secondsInterval and minutesInterval options #17

Closed khyer closed 8 years ago

khyer commented 8 years ago

I needed this functionality, so here it is if you want it. This makes it so you can make changes in minimal intervals (eg 5 mins, 15 mins, etc). Modifying the defaults is probably most useful when setting the startTime to an even value (00:00). Also documented the already-existing showSeconds option.

ericjgagnon commented 8 years ago

Great idea!