Add weekday to event

This commit is contained in:
2019-02-03 19:30:37 +01:00
parent e83dc297df
commit c54d3c143f
5 changed files with 45 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
</v-card-title>
<v-container>
<v-layout row wrap>
<v-flex xs12 sm6><strong>Datum:</strong> {{event.date}}</v-flex>
<v-flex xs12 sm6><strong>Datum:</strong> {{event.date}} ({{event.date | moment('dddd') }})</v-flex>
<v-flex xs12 sm6 v-if="event.time"><strong>Tid:</strong> {{event.time}}</v-flex>
</v-layout>
<v-layout row wrap>