From 72fd1eead2e0701e39ab7d47fc2d45b5581082d2 Mon Sep 17 00:00:00 2001 From: Ephraim Duncan <55143799+dephraiim@users.noreply.github.com> Date: Fri, 22 Mar 2024 06:25:12 +0000 Subject: [PATCH] fix: use correct date format (#1046) ### Before ![CleanShot 2024-03-21 at 17 23 09@2x](https://github.com/documenso/documenso/assets/55143799/d1cd22ca-399b-4ba2-bb82-b4dc869605c8) ### After ![CleanShot 2024-03-21 at 17 23 17@2x](https://github.com/documenso/documenso/assets/55143799/cdb814ea-01be-4bcb-9bad-df41030f320a) --- packages/lib/constants/date-formats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lib/constants/date-formats.ts b/packages/lib/constants/date-formats.ts index 5b36cefdf..6b0dd69c5 100644 --- a/packages/lib/constants/date-formats.ts +++ b/packages/lib/constants/date-formats.ts @@ -13,7 +13,7 @@ export const DATE_FORMATS = [ { key: 'YYYYMMDD', label: 'YYYY-MM-DD', - value: 'YYYY-MM-DD', + value: 'yyyy-MM-dd', }, { key: 'DDMMYYYY',