Fixes issue 254, 261 _updateDateTime
This commit is contained in:
parent
73adb692d0
commit
c75ff1c40c
1 changed files with 1 additions and 1 deletions
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)
|
if(day)
|
||||||
var b = this._base_formatDate(inst, day, month, year);
|
var b = this._base_formatDate(inst, day, month, year);
|
||||||
tp_inst._updateDateTime();
|
tp_inst._updateDateTime(inst);
|
||||||
return tp_inst.$input.val();
|
return tp_inst.$input.val();
|
||||||
}
|
}
|
||||||
return this._base_formatDate(inst);
|
return this._base_formatDate(inst);
|
||||||
|
|
Loading…
Reference in a new issue