hark: use pat-da for dates

This commit is contained in:
Matilde Park 2021-01-14 19:19:52 -05:00
parent 84e6073745
commit 2180fd65c3

View File

@ -13,7 +13,7 @@ export const MOMENT_CALENDAR_DATE = {
nextWeek: "dddd",
lastDay: "[Yesterday]",
lastWeek: "[Last] dddd",
sameElse: "DD/MM/YYYY",
sameElse: "~YYYY.M.D",
};
export function appIsGraph(app: string) {