689ba11c35Whitespace 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
doublerebel
2010-11-21 15:48:55 -0800
425b957de0Check if ampm is enabled when constraining input
doublerebel
2010-11-20 17:40:24 -0800
95a6ef2f44Changed _doKeyPress to limit input characters correctly based on timeFormat + a space + dateFormat (now restricts am/pm correctly based on timeFormat)
doublerebel
2010-11-20 17:24:03 -0800
b35a403218Created _newInst fn to create 1 Timepicker per input when called on a jQuery collection Fixed $buttonPanel typo Consolidated .timepicker(), .datetimepicker() fns by using .apply() Fixed == to === when comparing null and undefined in extendRemove fn (thanks JSLint!)
doublerebel
2010-11-18 12:14:46 -0800
452e7e994aPerm fix for daylight savings. The user is setting the time, its not programatically determined as in datepicker
Trent Richardson
2010-11-18 15:11:54 -0500
6ab4dde85etemp fix for daylight savings
Trent Richardson
2010-11-18 14:59:22 -0500
ddc0a6af27Fixed no button panel for multi-month calendar
Trent Richardson
2010-11-16 09:57:32 -0500
e748c89061Saved Version change
Trent
2010-11-15 19:25:24 -0500
60b5c67216Change from mixed Functional and OO style to primarily OO-style Changed syntax and coding style to better fit jQuery UI's practices Reformatted line breaks, braces, and spacing for consistency Renamed variables and functions for consistency, using _ to denote private vars/fns Shortened variable declarations whenever possible Improved efficiency of jQuery object calls Now operates on jQuery collections instead of just single elements Fixed incorrect parentheses in new _getDate fn Various bugfixes and cleaning JSLint-verified (braces are unnecessary for single-line statements where a semi-colon is used properly) Provides exact same functionality but is over 2.6K smaller!
doublerebel
2010-11-15 13:57:09 -0800
911956f520Fixed issue with dashes in input id
Trent Richardson
2010-11-15 14:33:48 -0500