mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
localized date in 'Dinner this week'
This commit is contained in:
parent
13507afebf
commit
786694d1d8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
<v-card-title class="justify-center">
|
<v-card-title class="justify-center">
|
||||||
{{ meal.name }}
|
{{ meal.name }}
|
||||||
</v-card-title>
|
</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>
|
<v-card-text> {{ meal.description }} </v-card-text>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue