We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 650df7f + 477d2b5 commit 506e148Copy full SHA for 506e148
src/jquery-ui-timepicker-addon.js
@@ -1565,7 +1565,7 @@
1565
};
1566
1567
/*
1568
- * override "Today" button to also grab the time.
+ * override "Today" button to also grab the time and set it to input field.
1569
*/
1570
$.datepicker._base_gotoToday = $.datepicker._gotoToday;
1571
$.datepicker._gotoToday = function (id) {
@@ -1577,6 +1577,7 @@
1577
now.setMinutes(now.getMinutes() + now.getTimezoneOffset() + tzoffset);
1578
this._setTime(inst, now);
1579
this._setDate(inst, now);
1580
+ tp_inst._onSelectHandler();
1581
1582
1583
0 commit comments