localized date in 'Dinner this week'

This commit is contained in:
Florian Dupret 2021-02-23 13:43:58 +01:00
commit 786694d1d8

View file

@ -18,7 +18,7 @@
<v-card-title class="justify-center">
{{ meal.name }}
</v-card-title>
<v-card-subtitle> {{ meal.dateText }}</v-card-subtitle>
<v-card-subtitle> {{ $d(new Date(meal.date), 'short' ) }}</v-card-subtitle>
<v-card-text> {{ meal.description }} </v-card-text>