comment : fix date

This commit is contained in:
isUnknown 2024-11-20 08:49:46 +01:00
parent 274ef5e46c
commit aa9a6aa938
2 changed files with 30 additions and 1 deletions

View file

@ -98,4 +98,33 @@ Comments:
date: 2024-11-18T14:05:45+01:00
id: m3n1gupx
type: comment
isRead: false
-
location:
page:
uri: >
projects/miss-dior-blooming-bouquet/client-brief
title: Brief client
href: >
/projects/miss-dior-blooming-bouquet?dialog=client-brief
project:
title: Miss Dior Blooming Bouquet
uri: projects/miss-dior-blooming-bouquet
file:
uuid: file://s0lNtRA0Z7ybTCWG
url: file://s0lNtRA0Z7ybTCWG
position:
pageIndex: 1
x: '79.506443081734'
y: '74.131274131274'
replies: [ ]
text: test
author:
name: Adrien Payet
email: adrien.payet@outlook.com
uuid: user://WWjXgPWk
role: admin
date: 2024-11-20T08:49:31+01:00
id: m3pl1vn7
type: comment
isRead: false

View file

@ -92,7 +92,7 @@ function formatDate() {
return "hier";
}
return dayjs(date).format("D MMM YY");
return dayjs(comment.date).format("D MMM YY");
}
function closeAddField() {