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:
parent
8f40d76cca
commit
979f16e5f6
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue