From 01af3fa72e1941faf017a671f23863e64609c038 Mon Sep 17 00:00:00 2001 From: daniyal Date: Tue, 13 Aug 2024 23:15:45 +0500 Subject: [PATCH] feat: show time of publishing/editing --- 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 4ced200..7d7a8d6 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/MM/yyyy' + 'dd/MM/yyyy hh:mm:ss aa' )}

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

- {formatDate(edited_at * 1000, 'dd/MM/yyyy')} + {formatDate(edited_at * 1000, 'dd/MM/yyyy hh:mm:ss aa')}