Add 'YYYY.MM' & 'YYYY.M' date format options

closes #1419
This commit is contained in:
Amruth Pillai
2023-08-07 09:29:47 +02:00
committed by GitHub
parent fb2db6839f
commit af1c314c36

View File

@ -18,6 +18,8 @@ export const dateFormatOptions: string[] = [
'MMMM YYYY',
'MMM YYYY',
'MM/YYYY',
'YYYY.MM',
'YYYY.M',
'YYYY',
];