Trim formatted time for when ampm=false and tt in format
This commit is contained in:
parent
547e6adde3
commit
e2faad1db2
1
jquery-ui-timepicker-addon.js
vendored
1
jquery-ui-timepicker-addon.js
vendored
|
@ -872,6 +872,7 @@ $.extend(Timepicker.prototype, {
|
|||
}
|
||||
});
|
||||
|
||||
tmptime = $.trim(tmptime);
|
||||
if (arguments.length) return tmptime;
|
||||
else this.formattedTime = tmptime;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue