datetime add for creation month

This commit is contained in:
ogerly 2022-02-11 15:22:10 +01:00
parent a87874ea9a
commit 82f3c0d580

View File

@ -25,7 +25,9 @@
</b-row>
<b-row>
<b-col class="col-2">{{ $t('creation_for_month') }}</b-col>
<b-col class="h3">{{ items.date }}</b-col>
<b-col class="h3">
{{ $d(new Date(items.date), 'month') }} {{ $d(new Date(items.date), 'year') }}
</b-col>
</b-row>
</template>