insertTimeForm ?>

month." ".$this->year?>

timesheet) > 0) { echo "
Date
Time In (Adjusted)
Time Out (Adjusted)
Less Time
Time Worked
Time Code

"; foreach($this->timesheet as $entry) { echo "
".$entry['roundedInTime']."
".$entry['roundedOutTime']."
".$entry['lessTime']." Min.
".$entry['timeWorkedDec']." Hours
".$entry['code']."

"; } } else { echo "
No time submitted.
"; } ?>