Skip to content

Commit

Permalink
feat(client): add mm/yyyy date option to date format options
Browse files Browse the repository at this point in the history
fixes #656
  • Loading branch information
AmruthPillai committed Mar 12, 2022
1 parent 2cbc582 commit 82bf44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/utils/date.ts
Expand Up @@ -14,6 +14,7 @@ export const dateFormatOptions: string[] = [
'YYYY/MM/DD',
'MMMM YYYY',
'MMM YYYY',
'MM/YYYY',
'YYYY',
];

Expand Down

0 comments on commit 82bf44d

Please sign in to comment.