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

Show localized daily date

parent 8e1fbb11
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"
Pipeline #168141 failed
...@@ -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] }}</v-list-item-title> <v-list-item-title>{{ day[0].toLocaleString() }}</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