| Year | '; foreach ($result as $master) { echo '' . $master->Year . ' | '; } echo '
|---|---|
| Days | '; foreach ($result as $master) { echo '' . $master->Days . ' | '; } echo '
A maximum of the 10 longest streaks are shown!
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'); } ?>| Streak (Continues days with QSOs) | '; echo 'Begin date | '; echo 'End date | '; echo '
|---|---|---|
| ' . $streak['highstreak'] . ' | '; $beginstreak_newdate = strtotime($streak['beginstreak']); echo '' . date($custom_date_format, $beginstreak_newdate) . ' | '; $endstreak_newdate = strtotime($streak['endstreak']); echo '' . date($custom_date_format, $endstreak_newdate) . ' | '; echo '