lint

Revert "lint"

This reverts commit 936e5e1cc0e85fe785a97d55bd1dd1df39b55a28.

lint
This commit is contained in:
Rúben Silva 2022-08-20 14:41:38 +01:00
parent 0de29d013c
commit bb3492c5f2
1 changed files with 5 additions and 1 deletions

View File

@ -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,
});
},
},