@@ -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,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user