";
}
$h_font = "h";
$m_font = "m";
$s_font = "s";
print "
".$i." |
".$date[$i]." |
".round( $sunrise_deg[$i], 0 )." |
".round( $midsun_deg[$i], 0 )." |
".round( $sunset_deg[$i], 0 )." |
".round( $midday_deg[$i], 0 )." |
".$sunrise_time[$i]." |
".$midsun_time[$i]." |
".$sunset_time[$i]." |
".$am_str[$i]." |
".$pm_str[$i]." |
".$am_pm_str[$i]." |
";
if( $i > 0 ){
print "
".round( $am_pm[$i] - $am_pm[$i - $t_u_degree] )." | ";
}
else {
print "
─ | ";
}
print "
";
}
print "