mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
fix #856
lint Revert "lint" This reverts commit 936e5e1cc0e85fe785a97d55bd1dd1df39b55a28. lint
This commit is contained in:
parent
0de29d013c
commit
bb3492c5f2
@ -57,7 +57,11 @@ export default {
|
|||||||
/* Get and format the date */
|
/* Get and format the date */
|
||||||
setDate() {
|
setDate() {
|
||||||
this.date = new Date().toLocaleDateString(this.timeFormat, {
|
this.date = new Date().toLocaleDateString(this.timeFormat, {
|
||||||
weekday: 'long', day: 'numeric', year: 'numeric', month: 'short',
|
weekday: 'long',
|
||||||
|
day: 'numeric',
|
||||||
|
year: 'numeric',
|
||||||
|
month: 'short',
|
||||||
|
timeZone: this.timeZone,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user