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