mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add contribution date
This commit is contained in:
parent
fe4eca27a7
commit
51e119259f
@ -29,7 +29,8 @@
|
||||
</span>
|
||||
</BListGroupItem>
|
||||
<BListGroupItem>
|
||||
{{ $t('registered') }}: {{ new Date(contribution.user.createdAt).toLocaleString() }}
|
||||
{{ $t('registered') }}: {{ new Date(contribution.user.createdAt).toLocaleDateString() }},
|
||||
{{ $t('createdAt') }}: {{ new Date(contribution.createdAt).toLocaleDateString() }}
|
||||
</BListGroupItem>
|
||||
</BListGroup>
|
||||
<BContainer>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user