/**
  * concat start and end time
  *
  * @return string
  */
 public function timeFromTo()
 {
     $timeFromTo = $this->entity->time;
     if ($eTime) {
         $timeFromTo .= ' - ' . endTime();
     }
     return $timeFromTo;
 }
Beispiel #2
0
echo endTime("SENSITIVITY");
?>
</td>
			<td><?php 
echo status("SENSITIVITY");
?>
</td>
		</tr>
		<tr>
			<th>finished</th>
			<td><?php 
echo startTime("FINISHED");
?>
</td>
			<td><?php 
echo endTime("FINISHED");
?>
</td>
			<td><?php 
echo status("FINISHED");
?>
</td>
		</tr>
	</table>
	</div>
	<div id="footer">
		The <a href="http://pecanproject.org">PEcAn project</a> is supported by the National Science Foundation
		(ABI #1062547, ARC #1023477) and the <a href="http://www.energybiosciencesinstitute.org/">Energy
		Biosciences Institute</a>.
	</div>
</div>