From 596d0e9eee1ca7c9c27997ed9b3b0486b58328d2 Mon Sep 17 00:00:00 2001 From: Karli Date: Tue, 9 Sep 2025 01:13:47 +0300 Subject: [PATCH] fix missing month for DoB in medipost xml --- lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.ts b/lib/constants.ts index 7092724..93f3bca 100644 --- a/lib/constants.ts +++ b/lib/constants.ts @@ -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";