messages->systemMessages) > 0) { echo "
"; foreach($this->messages->systemMessages as $message) { echo "

".$message['message']."

"; } echo "
"; } if(count($this->messages->allPrivateMessages) > 0) { echo "

Messages

"; echo "
    "; foreach($this->messages->allPrivateMessages as $message) { $date = new DateTime(); $date->setTimestamp($message['postDate']); echo "
  • ".$date->format('l, F jS Y')."
    ".$message['message']."
  • "; } echo "
"; echo "
"; } ?>

Time submitted this week

".$this->week['start']['month']." ".$this->week['start']['day']." ".$this->week['year']." to ".$this->week['end']['month']." ".$this->week['end']['day']." ".$this->week['year']."

".$this->week['total']."

"; echo "
"; ?>

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

timesheet->totals as $key=>$value) { if($value > 0) { echo "

$key

$value

"; } } if($this->timesheet->totals['Total Time'] == 0) { echo "

No time submitted

"; } ?>
Your Time Sheet