We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de857bf commit 875a265Copy full SHA for 875a265
src/constants/date.ts
@@ -1,2 +1,2 @@
1
-export const DATE_FORMAT = 'dd-mm-yyyy';
2
-export const DATE_TIME_FORMAT = 'dd-mm-yyyy hh:mm';
+export const DATE_FORMAT = 'dd-MM-yyyy';
+export const DATE_TIME_FORMAT = 'dd-MM-yyyy HH:mm';
0 commit comments