Skip to content
Snippets Groups Projects
Commit ebceb9ae authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Fixed date display

parent 7a772cb0
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ export default {
dateFormat: function(timeStr) {
//return DateTime.fromISO(timeStr).toISODate();
//return timeStr;
return DateTime.fromISO(timeStr).toLocaleString(DateTime.DATETIME_MED);
return DateTime.fromISO(timeStr).toISODate();
}
},
mounted() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment