mirror of https://github.com/Lissy93/dashy.git
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 */
|
||||
setDate() {
|
||||
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…
Reference in New Issue