mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
feat(client): add mm/yyyy date option to date format options
fixes #656
This commit is contained in:
@ -14,6 +14,7 @@ export const dateFormatOptions: string[] = [
|
||||
'YYYY/MM/DD',
|
||||
'MMMM YYYY',
|
||||
'MMM YYYY',
|
||||
'MM/YYYY',
|
||||
'YYYY',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user