Merge pull request #1420 from AmruthPillai/add-date-format-options

Add 'YYYY.MM' & 'YYYY.M' date format options
This commit is contained in:
Amruth Pillai
2023-08-07 09:30:07 +02:00
committed by GitHub
+2
View File
@@ -18,6 +18,8 @@ export const dateFormatOptions: string[] = [
'MMMM YYYY',
'MMM YYYY',
'MM/YYYY',
'YYYY.MM',
'YYYY.M',
'YYYY',
];