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 extension = getExtension(day);
|
||||
let year = currentDate.getFullYear();
|
||||
let isodate = currentDate.toISOString().slice(0,10);
|
||||
let isodate = currentDate.toISOString().slice(0, 10);
|
||||
|
||||
return format
|
||||
.replace("%wd", weekday)
|
||||
|
|
Loading…
Reference in a new issue