Add ability to customize format used to display dates throughout the application
This commit is contained in:
@ -64,7 +64,7 @@
|
||||
{{
|
||||
format(
|
||||
getDateWithTZ(user.created_at, authUser.timezone),
|
||||
'dd/MM/yyyy HH:mm'
|
||||
`${authUser.date_format} HH:mm`
|
||||
)
|
||||
}}
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user