remove colon between minutes and am/pm
This commit is contained in:
parent
537f81230b
commit
e76abd8d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@
|
|||
.replaceAll('\n', '<br/>');
|
||||
},
|
||||
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 A");
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue