Code Format
parent
deceff6e82
commit
43708d48ce
|
@ -1272,10 +1272,10 @@ export default {
|
||||||
let formattedValue = null;
|
let formattedValue = null;
|
||||||
|
|
||||||
if (date) {
|
if (date) {
|
||||||
formattedValue = this.formatDate(date, this.datePattern);
|
formattedValue = this.formatDate(date, this.datePattern);
|
||||||
|
|
||||||
if (this.showTime || this.timeOnly) {
|
if (this.showTime || this.timeOnly) {
|
||||||
formattedValue += ' ' + this.formatTime(date);
|
formattedValue += ' ' + this.formatTime(date);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue