mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
datetime add for creation month
This commit is contained in:
parent
a87874ea9a
commit
82f3c0d580
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user