Time estimate card: fix date values

This commit is contained in:
2025-11-13 16:43:15 +03:00
parent 529893be8b
commit 590cc2c5e9
6 changed files with 64 additions and 61 deletions

View File

@@ -49,7 +49,7 @@ export const DEFAULT_LANGUAGE = "selectedLang";
export const SERVER_DATE_FORMAT = "YYYY-MM-DD";
export const UI_DATE_FORMAT = "YYYY/MM/DD";
export const UI_TIME_FORMAT = "HH:mm";
export const UI_TIME_FORMAT = "h:mm A";
export const CONTACTS_URL = "LT";
export const FILTER_PARAMS = "";