|
|
@ -94,7 +94,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
formatWeek(date, fmt) {
|
|
|
|
formatWeek(date, fmt) {
|
|
|
|
const year = date.getFullYear();
|
|
|
|
const year = date.getFullYear();
|
|
|
|
const month = date.getMonth();
|
|
|
|
const month = date.getMonth() + 1;
|
|
|
|
const day = date.getDate();
|
|
|
|
const day = date.getDate();
|
|
|
|
const hours = date.getHours();
|
|
|
|
const hours = date.getHours();
|
|
|
|
const minutes = date.getMinutes();
|
|
|
|
const minutes = date.getMinutes();
|
|
|
|