Change date format

This commit is contained in:
2024-06-19 11:24:38 +04:00
parent c7f1cb88d6
commit f4eb07c9a3
+2 -1
View File
@@ -89,7 +89,8 @@ export default function CommentsList({session, selectedTitre, isOpen, setIsOpen,
> >
{text} {text}
</Typography> </Typography>
{`${formatDate(date_created, 'PPPPpppp')}`} <br />
{formatDate(date_created, 'PPPPpp')}
</> </>
} }
/> />