diff --git a/services/frontend/src/constants/date.js b/services/frontend/src/constants/date.js index 6328eda5e0..3c618efb4f 100644 --- a/services/frontend/src/constants/date.js +++ b/services/frontend/src/constants/date.js @@ -1,6 +1,5 @@ // Replace with an enum when TypeScript is introduced -export const API_DATE_FORMAT = 'YYYY.MM.DD' export const DISPLAY_DATE_FORMAT = 'DD.MM.YYYY' export const DISPLAY_DATE_FORMAT_DEV = 'DD.MM.YYYY HH:mm:ss' export const ISO_DATE_FORMAT = 'YYYY-MM-DD'