Fix so DateTime value is returned to the input field correctly.

master
Vorapoap L. 2010-12-16 09:48:25 -08:00
parent 35cdf9add9
commit 021967bd29
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ $.extend(Timepicker.prototype, {
this.$altInput.val(this.formattedDateTime);
}
}
else formattedDateTime += ' ' + this.formattedTime;
formattedDateTime += ' ' + this.formattedTime;
}
this.formattedDateTime = formattedDateTime;