CSR-1503: format change
This commit is contained in:
parent
df3060486a
commit
26cf6f7fce
1 changed files with 2 additions and 2 deletions
|
|
@ -503,9 +503,9 @@ export default {
|
||||||
const dateString =
|
const dateString =
|
||||||
yearNum.toString() +
|
yearNum.toString() +
|
||||||
"-" +
|
"-" +
|
||||||
('0'+ monthNum).slice(-2) +
|
("0" + monthNum).slice(-2) +
|
||||||
"-" +
|
"-" +
|
||||||
('0'+ i).slice(-2);
|
("0" + i).slice(-2);
|
||||||
|
|
||||||
if (offset === 0 && i === this.todayDateNum) {
|
if (offset === 0 && i === this.todayDateNum) {
|
||||||
dayClasses += "current-day";
|
dayClasses += "current-day";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue