Skip to content
Snippets Groups Projects
Commit 55c64b64 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

Add dateFormat for it

parent 5c06a254
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,9 @@ const objTime = { ...@@ -22,8 +22,9 @@ const objTime = {
} }
} }
export const dateTimeFormats = { export const dateTimeFormats = {
fr: objTime, de: objTime,
en: objTime, en: objTime,
es: objTime, es: objTime,
de: objTime fr: objTime,
it: objTime
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment