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

Fixes #639 - MinDate Limits Minutes/Seconds... #751

Closed ghost closed 10 years ago

ghost commented 10 years ago

Check for existence of properties when determining which value to use instead of just truthiness to avoid o.min evaulating to false when its value is 0

trentrichardson commented 10 years ago

Thanks for the fix! I will test it out and merge with other ongoing fixes.