trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

When stepMinute is set, initial date should round up to the next proper edge. #715

Open jayarjo opened 10 years ago

jayarjo commented 10 years ago

When stepMinute is selected and set to lets say 5 minutes, initial time (when popup opens) should probably be ceiled to the next valid step edge (like if now is 10:28 it should round it up to 10:30).

At least that's what one would expect :)