Skip to content

Commit c75ff1c

Browse files
Fixes issue 254, 261 _updateDateTime
1 parent 73adb69 commit c75ff1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ $.datepicker._formatDate = function(inst, day, month, year){
12041204
{
12051205
if(day)
12061206
var b = this._base_formatDate(inst, day, month, year);
1207-
tp_inst._updateDateTime();
1207+
tp_inst._updateDateTime(inst);
12081208
return tp_inst.$input.val();
12091209
}
12101210
return this._base_formatDate(inst);

0 commit comments

Comments
 (0)