Adds a timepicker to jQueryUI Datepicker
Go to file
2010-11-30 13:32:36 -06:00
jquery-ui-timepicker-addon.js Fixed an issue where a text field containing a time with hour 23 or minute 59 (the highest possible values) would cause the calendar date to reset to 1869 when the picker is displayed. 2010-11-30 13:32:36 -06:00
README updated readme 2010-11-18 14:50:22 -05:00

jQuery Timepicker Addon

-To use this plugin you must include jQuery and jQuery UI with datepicker and slider
-Include timepicker-addon script
-now use timepicker with $('#selector').datetimepicker() or $('#selector').timepicker()