Fix so DateTime value is returned to the input field correctly.
This commit is contained in:
parent
35cdf9add9
commit
021967bd29
1 changed files with 1 additions and 1 deletions
2
jquery-ui-timepicker-addon.js
vendored
2
jquery-ui-timepicker-addon.js
vendored
|
@ -529,7 +529,7 @@ $.extend(Timepicker.prototype, {
|
||||||
this.$altInput.val(this.formattedDateTime);
|
this.$altInput.val(this.formattedDateTime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else formattedDateTime += ' ' + this.formattedTime;
|
formattedDateTime += ' ' + this.formattedTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.formattedDateTime = formattedDateTime;
|
this.formattedDateTime = formattedDateTime;
|
||||||
|
|
Loading…
Add table
Reference in a new issue