Skip to content
Snippets Groups Projects
Commit ada3a164 authored by Julian's avatar Julian
Browse files

Fix date rendering

parent 03cc18b2
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for absences"
Pipeline #193423 failed
......@@ -30,7 +30,7 @@
<v-list-item-title>
<!-- date & timeslot -->
<time :datetime="item.relatedDocumentation.datetimeStart" class="text-no-wrap">
{{ $d($parseISODate(item.relatedDocumentation.datetimeStart), "shortDate") }}
{{ $d($parseISODate(item.relatedDocumentation.datetimeStart), "short") }}
</time>
<time :datetime="item.relatedDocumentation.datetimeStart" class="text-no-wrap">
......
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