From f4eb07c9a39fdf68fcc316df641fe11fd63c2900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 19 Jun 2024 11:24:38 +0400 Subject: [PATCH] Change date format --- components/konstitisyon/comments-list.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/konstitisyon/comments-list.js b/components/konstitisyon/comments-list.js index ad7122e..558caab 100644 --- a/components/konstitisyon/comments-list.js +++ b/components/konstitisyon/comments-list.js @@ -89,7 +89,8 @@ export default function CommentsList({session, selectedTitre, isOpen, setIsOpen, > {text} - {` — ${formatDate(date_created, 'PPPPpppp')}`} +
+ {formatDate(date_created, 'PPPPpp')} } />