pick time storing and convert time to 24 hours time base

This commit is contained in:
2025-11-13 21:45:06 +03:00
parent 590cc2c5e9
commit a62ba5028f
7 changed files with 87 additions and 27 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 = "h:mm A";
export const UI_TIME_FORMAT = "h:mm";
export const CONTACTS_URL = "LT";
export const FILTER_PARAMS = "";