fix missing month for DoB in medipost xml

This commit is contained in:
2025-09-09 01:13:47 +03:00
parent 1d641211b6
commit 596d0e9eee

View File

@@ -1,2 +1,2 @@
export const DATE_TIME_FORMAT = "yyyy-MM-dd HH:mm:ss";
export const DATE_FORMAT = "yyyy-mm-dd";
export const DATE_FORMAT = "yyyy-MM-dd";