Validate Time Sheet

Review the following entries and if accurate submit for approval.

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

"; foreach($this->timesheet->entries as $entry) { echo "
".$entry->date."
inTime."\">".$entry->roundedInTime."
outTime."\">".$entry->roundedOutTime."
".$entry->lessTime." Min.
".$entry->timeWorked." Hours
".$entry->codeName."

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