feat: add date format calendar setting (#4600)

Closes #4184
This commit is contained in:
Thaïs
2024-03-27 15:17:31 +01:00
committed by GitHub
parent 77e08daa79
commit 2ffe519478
5 changed files with 99 additions and 17 deletions

View File

@ -0,0 +1,4 @@
export enum DateFormat {
US = 'MMM d, yyyy',
UK = 'd MMM yyyy',
}