Change time to now
This commit is contained in:
parent
45ea6d4c67
commit
cae894dfdd
@ -29,7 +29,7 @@
|
||||
};
|
||||
},
|
||||
created() {
|
||||
let now = new Date('2018/03/19');
|
||||
let now = new Date();
|
||||
let today_yyyymmdd = this.formatDate(now);
|
||||
now.setDate(now.getDate() + 7);
|
||||
let last_weekday_yyyymmdd = this.formatDate(now);
|
||||
|
||||
Reference in New Issue
Block a user