Rename date function

This commit is contained in:
Jaiwanth 2021-06-01 21:52:04 +05:30
parent 01a3b854c3
commit c63c59b408
2 changed files with 4 additions and 4 deletions

View file

@ -138,7 +138,7 @@ export function wantsDateSeparator(prevEventDate: Date, nextEventDate: Date): bo
}
export function formatFullDateNoDayNoTime(date: Date) {
export function formatFullDateNoDay(date: Date) {
return (
date.getFullYear() +
"-" +