Skip to content

Commit 689ba11

Browse files
committed
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
1 parent badcc05 commit 689ba11

File tree

1 file changed

+108
-81
lines changed

1 file changed

+108
-81
lines changed

0 commit comments

Comments
 (0)