Adds a timepicker to jQueryUI Datepicker
Find a file
doublerebel 689ba11c35 Whitespace and getDate/setDate fixes
Extra tabs removed and line endings cleaned
getDate is now properly accessible from $(target).datepicker('getDate') and correctly returns date object with time
setDate is now properly accessible from $(target).datepicker('setDate') and can set both date and time
added new method setTime, accessible from $(target).datepicker('setTime')
calling .datepicker('setDate') with no date now sets the default date as in original datepicker code
time is set to default when calling .datepicker('setTime') with no time or calling 'setDate' with a date and no time
added new internal function _parseTime to parse string times from any source
2010-11-21 15:48:55 -08:00
jquery-ui-timepicker-addon.js Whitespace and getDate/setDate fixes 2010-11-21 15:48:55 -08: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()