Trim formatted time for when ampm=false and tt in format

This commit is contained in:
Trent 2012-01-30 15:49:09 -05:00
parent 547e6adde3
commit e2faad1db2

View file

@ -872,6 +872,7 @@ $.extend(Timepicker.prototype, {
}
});
tmptime = $.trim(tmptime);
if (arguments.length) return tmptime;
else this.formattedTime = tmptime;
},