Skip to content
Snippets Groups Projects
Commit f74d5ec4 authored by permcu's avatar permcu
Browse files

Do proper date localization

parent 8515fa1b
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
two-line two-line
> >
<v-list-item-content> <v-list-item-content>
<v-list-item-title>{{ day[0].toLocaleString() }}</v-list-item-title> <v-list-item-title>{{ $d(day[0], "short") }}</v-list-item-title>
<v-list> <v-list>
<!-- I know slice copies the array. But show me something better. --> <!-- I know slice copies the array. But show me something better. -->
<v-list-item v-for="doc in day.slice(1)"> <v-list-item v-for="doc in day.slice(1)">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment