comment : fix date
This commit is contained in:
parent
274ef5e46c
commit
aa9a6aa938
2 changed files with 30 additions and 1 deletions
|
|
@ -98,4 +98,33 @@ Comments:
|
||||||
date: 2024-11-18T14:05:45+01:00
|
date: 2024-11-18T14:05:45+01:00
|
||||||
id: m3n1gupx
|
id: m3n1gupx
|
||||||
type: comment
|
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
|
isRead: false
|
||||||
|
|
@ -92,7 +92,7 @@ function formatDate() {
|
||||||
return "hier";
|
return "hier";
|
||||||
}
|
}
|
||||||
|
|
||||||
return dayjs(date).format("D MMM YY");
|
return dayjs(comment.date).format("D MMM YY");
|
||||||
}
|
}
|
||||||
|
|
||||||
function closeAddField() {
|
function closeAddField() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue