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

master
Trent 2012-01-30 15:49:09 -05:00
parent 547e6adde3
commit e2faad1db2
1 changed files with 1 additions and 0 deletions

View File

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