Fixes issue 254, 261 _updateDateTime
This commit is contained in:
parent
73adb692d0
commit
c75ff1c40c
2
jquery-ui-timepicker-addon.js
vendored
2
jquery-ui-timepicker-addon.js
vendored
|
@ -1204,7 +1204,7 @@ $.datepicker._formatDate = function(inst, day, month, year){
|
|||
{
|
||||
if(day)
|
||||
var b = this._base_formatDate(inst, day, month, year);
|
||||
tp_inst._updateDateTime();
|
||||
tp_inst._updateDateTime(inst);
|
||||
return tp_inst.$input.val();
|
||||
}
|
||||
return this._base_formatDate(inst);
|
||||
|
|
Loading…
Reference in a new issue