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

parseDateTime split is using default time format if not passed via timeSettings #875

Open mbechler opened 8 years ago

mbechler commented 8 years ago

splitDateTime uses the format from the effective timeSettings. When called by parseDateTimeInternal/parseDateTime this is not necessarily the same as the timeFormat passed via the argument (so one must actually pass it both as the argument and in timeSettings to get the correct/expected results). This shouldn't be necessary.

MitchTalmadge commented 7 years ago

:+1: