Date |
Time |
Call |
Mode |
Sent |
Recv |
Band |
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/cloudlog.php
$custom_date_format = $this->config->item('qso_date_format');
}
$i = 0;
foreach ($last_five_qsos->result() as $row) { ?>
'; ?>
COL_TIME_ON); echo date($custom_date_format, $timestamp); ?> |
COL_TIME_ON); echo date('H:i', $timestamp); ?> |
COL_CALL)); ?> |
COL_SUBMODE==null?$row->COL_MODE:$row->COL_SUBMODE; ?> |
COL_RST_SENT; ?> COL_STX_STRING) { ?>(COL_STX_STRING;?>) |
COL_RST_RCVD; ?> COL_SRX_STRING) { ?>(COL_SRX_STRING;?>) |
COL_SAT_NAME != null) { ?>
COL_SAT_NAME; ?> |
COL_BAND; ?> |