mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +01:00
add frontend support for the date formatting option
This commit is contained in:
@@ -58,7 +58,7 @@ function selectUnselectAll(value: boolean) {
|
||||
{{ formatWeekday(date) }}
|
||||
</span>
|
||||
<span class="font-semibold text-text-secondary">
|
||||
{{ formatDate(date) }}
|
||||
{{ formatDate(date, organization?.date_format) }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="text-text-secondary pr-[90px] lg:pr-[92px]">
|
||||
|
||||
Reference in New Issue
Block a user