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

Cannot select time of last day of date range #922

Open cwseric opened 7 years ago

cwseric commented 7 years ago

Hello,

I noticed a bug where when you have a date range set (min and max days), on the last date of the range you cannot choose a time. Basically the system thinks that the last day ends at 00:00 instead of 23:59. All other days in a range work fine.

I was looking through the code and couldn't quite figure out where to edit to fix this issue.

Thanks