Switch from en-CA to sv-SE for date formatting; en-CA no longer produces yyyy-mm-dd date strings

This commit is contained in:
2023-03-08 21:54:20 -05:00
parent f8a50c31b6
commit 2b3f23740b
5 changed files with 8 additions and 8 deletions

View File

@@ -92,7 +92,7 @@
strHashHSL,
strtr_unscramble,
datefmt(date) {
return date ? date.toLocaleDateString('en-CA') : '';
return date ? date.toLocaleDateString('sv-SE') : '';
}
},
created() {