From e06cec84fb589a3f7f202a8b47f121628988526e Mon Sep 17 00:00:00 2001 From: daniyal Date: Tue, 13 Aug 2024 18:22:25 +0500 Subject: [PATCH] fix: month format of publish and updated date fixed --- src/pages/innerMod.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/innerMod.tsx b/src/pages/innerMod.tsx index 2fb4206..4ced200 100644 --- a/src/pages/innerMod.tsx +++ b/src/pages/innerMod.tsx @@ -517,7 +517,7 @@ const PublishDetails = ({

{formatDate( (published_at !== -1 ? published_at : edited_at) * 1000, - 'dd/m/yyyy' + 'dd/MM/yyyy' )}

@@ -538,7 +538,7 @@ const PublishDetails = ({

- {formatDate(edited_at * 1000, 'dd/m/yyyy')} + {formatDate(edited_at * 1000, 'dd/MM/yyyy')}