Format dates on budget view
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</tr>
|
||||
<?php foreach ($daily_budget as $line): ?>
|
||||
<tr>
|
||||
<td><?= $this->e($line['date']) ?></td>
|
||||
<td><?= dt('%B %e, %Y', strtotime($line['date'])) ?></td>
|
||||
<td><?= n($line['in']) ?></td>
|
||||
<td><?= n($line['out']) ?></td>
|
||||
<td><?= n($line['left']) ?></td>
|
||||
|
||||
Reference in New Issue
Block a user