From 82bf44daa24422156779e9b38d3dc695176eaa09 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 12 Mar 2022 11:48:07 +0100 Subject: [PATCH] feat(client): add mm/yyyy date option to date format options fixes #656 --- client/utils/date.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/utils/date.ts b/client/utils/date.ts index e303c1ba..eb670bea 100644 --- a/client/utils/date.ts +++ b/client/utils/date.ts @@ -14,6 +14,7 @@ export const dateFormatOptions: string[] = [ 'YYYY/MM/DD', 'MMMM YYYY', 'MMM YYYY', + 'MM/YYYY', 'YYYY', ];