Update greeter.tsx
This commit is contained in:
parent
0d07f3abce
commit
6288a02b50
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export const getDateString = (
|
||||||
let month = months[currentDate.getMonth()];
|
let month = months[currentDate.getMonth()];
|
||||||
let extension = getExtension(day);
|
let extension = getExtension(day);
|
||||||
let year = currentDate.getFullYear();
|
let year = currentDate.getFullYear();
|
||||||
let isodate = currentDate.toISOString().slice(0,10);
|
let isodate = currentDate.toISOString().slice(0, 10);
|
||||||
|
|
||||||
return format
|
return format
|
||||||
.replace("%wd", weekday)
|
.replace("%wd", weekday)
|
||||||
|
|
Loading…
Add table
Reference in a new issue