message) > 0) { echo "
"; echo $this->message; echo "×
"; } ?>
insertTimeForm ?>

October 2015

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.
"; } ?>