We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3d8a8 commit 294b8cfCopy full SHA for 294b8cf
jquery-ui-timepicker-addon.js
@@ -479,7 +479,9 @@ $.fn.extend({
479
tmp_args = arguments;
480
481
if (typeof(o) == 'string') {
482
- if (o == 'setDate') return this.each(function() {
+ if (o == 'getDate')
483
+ return $(this).datepicker(o);
484
+ else if (o == 'setDate') return this.each(function() {
485
$(this).datepicker(o, tmp_args[1]);
486
});
487
else if(o == 'option' && typeof(tmp_args[1]) == 'string') return this.each(function() {
0 commit comments