diff options
author | doublerebel <charles@doublerebel.com> | 2010-11-21 15:48:55 -0800 |
---|---|---|
committer | doublerebel <charles@doublerebel.com> | 2010-11-21 15:48:55 -0800 |
commit | 689ba11c35e7e4bbff4d16199a5080e45f3f858b (patch) | |
tree | fa907b20fbc3e1fcc8dd7e820cf576e406af208e /README | |
parent | badcc050c44872d30d23a1fa5c8e3a75c0981f74 (diff) | |
download | jQuery-Timepicker-Addon-689ba11c35e7e4bbff4d16199a5080e45f3f858b.zip jQuery-Timepicker-Addon-689ba11c35e7e4bbff4d16199a5080e45f3f858b.tar.gz jQuery-Timepicker-Addon-689ba11c35e7e4bbff4d16199a5080e45f3f858b.tar.bz2 |
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
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions