mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Shortened Date / see https://github.com/magicbug/Cloudlog/discussions/2164#discussioncomment-6575981
This commit is contained in:
@@ -210,9 +210,9 @@ class Labels extends CI_Controller {
|
||||
foreach ($preliminaryData as $key => $row) {
|
||||
$qso=$row;
|
||||
$time = strtotime($qso['time']);
|
||||
$myFormatForView = date("Y-m-d H:i", $time);
|
||||
$myFormatForView = date("d.m.y H:i", $time);
|
||||
$rowData = [
|
||||
'Date/Time (UTC)' => $myFormatForView,
|
||||
'Date/Time' => $myFormatForView,
|
||||
'Band' => $row['band'],
|
||||
'Mode' => $row['mode'],
|
||||
'RST' => $row['rst'],
|
||||
|
||||
Reference in New Issue
Block a user