mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-03-28 17:43:03 +01:00
remove colon between minutes and am/pm
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user