Changed Header of label to DD.MM.YY UTC

This commit is contained in:
int2001
2023-08-04 05:35:43 +00:00
parent 14cff47f04
commit 1afb72063a

View File

@@ -297,7 +297,7 @@ class Labels extends CI_Controller {
$time = strtotime($qso['time']);
$myFormatForView = date("d.m.y H:i", $time);
$rowData = [
'Date/Time' => $myFormatForView,
'DD.MM.YY UTC' => $myFormatForView,
'Band' => $row['band'],
'Mode' => $row['mode'],
'RST' => $row['rst'],