add seconds to date time
This commit is contained in:
parent
e76abd8d9f
commit
bbf9a50353
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@
|
||||||
.replaceAll('\n', '<br/>');
|
.replaceAll('\n', '<br/>');
|
||||||
},
|
},
|
||||||
formatMessageTimestamp(createdAt) {
|
formatMessageTimestamp(createdAt) {
|
||||||
return moment(new Date(createdAt)).local().format("DD/MMM/YYYY hh:mm A");
|
return moment(new Date(createdAt)).local().format("DD/MMM/YYYY hh:mm:ss A");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue