From 8aa4e2452afbf20aaea6346264af7447c3d3da20 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:57:29 +0100 Subject: [PATCH] Added custom date --- application/views/calltester/result.php | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/application/views/calltester/result.php b/application/views/calltester/result.php index ed37644bc..adbcb8809 100644 --- a/application/views/calltester/result.php +++ b/application/views/calltester/result.php @@ -1,6 +1,17 @@ - - - +" . __("Callsigns tested: ") . $calls_tested . "

"; +echo "

" . __("Execution time: ") . round($execution_time, 2) . "s

"; +// Get Date format +if($this->session->userdata('user_date_format')) { + // If Logged in and session exists + $custom_date_format = $this->session->userdata('user_date_format'); +} else { + // Get Default date format from /config/wavelog.php + $custom_date_format = $this->config->item('qso_date_format'); +} +?>
@@ -20,7 +31,7 @@ - + @@ -30,4 +41,4 @@
' . htmlspecialchars($qso['callsign']) . ''; ?>
-
\ No newline at end of file +