Use date and time format view helper function in the monitoring health view

I'm about to drop the DateFormat view helper class.

refs #6778
This commit is contained in:
Eric Lippmann 2015-05-19 10:13:58 +02:00
parent 8f40d76cca
commit 979f16e5f6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
<tbody> <tbody>
<tr> <tr>
<th><?= $this->translate('Program Start Time') ?></th> <th><?= $this->translate('Program Start Time') ?></th>
<td><?= $this->dateFormat()->formatDateTime($this->programStatus->program_start_time) ?></td> <td><?= $this->formatDateTime($this->programStatus->program_start_time) ?></td>
</tr> </tr>
<tr> <tr>
<th><?= $this->translate('Last Status Update'); ?></th> <th><?= $this->translate('Last Status Update'); ?></th>