From 5decf0b35343493894f837b1e563ea1f2b040c1b Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 20 Apr 2023 08:07:29 +0200 Subject: [PATCH] Appyly custom date format also to status badge --- application/views/lotw_views/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/views/lotw_views/index.php b/application/views/lotw_views/index.php index 14f8e376..9bed8842 100644 --- a/application/views/lotw_views/index.php +++ b/application/views/lotw_views/index.php @@ -86,8 +86,9 @@ lang->line('lotw_valid'); ?> - last_upload) { ?> - last_upload; ?> + last_upload) { + $last_upload = date($this->config->item('qso_date_format').' H:i:s', strtotime( $row->last_upload )); ?> + lang->line('lotw_not_synced'); ?>