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'); } ?> # Date Prefix Country Deleted End date Show QSOs '; foreach ($dxcc_timeline_array as $line) { $date_as_timestamp = strtotime($line->date); echo ' ' . $i-- . ' ' . date($custom_date_format, $date_as_timestamp) . ' ' . $line->prefix . ' ' . $line->col_country . ' '; if (!empty($line->end)) echo 'Yes'; echo ' ' . $line->end . ' adif . '","'. $bandselect . '")>Show '; } echo '
'; } else { echo ''; } ?>