Changing the datetime formatter a bit.

This commit is contained in:
Scott Idem
2024-09-16 12:20:28 -04:00
parent 2a3e386f6f
commit 3a6c462155
12 changed files with 68 additions and 36 deletions

View File

@@ -82,7 +82,7 @@ $: if ($events_slct.exhibit_id) {
</div>
<div class="flex flex-row items-center space-x-2">
<span class="ae_label">Started:</span>
<span class="ae_value">{ae_util.iso_datetime_formatter($events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id].updated_on, 'datetime_long')}</span>
<span class="ae_value">{ae_util.iso_datetime_formatter($events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id].updated_on, 'datetime_12_long')}</span>
</div>
</div>