diff --git a/app/Template/budget/create.php b/app/Template/budget/create.php
index 5a919ce6d..5b2976f4e 100644
--- a/app/Template/budget/create.php
+++ b/app/Template/budget/create.php
@@ -17,7 +17,7 @@
| = n($line['amount']) ?> |
- = $this->e($line['date']) ?> |
+ = dt('%B %e, %Y', strtotime($line['date'])) ?> |
= $this->e($line['comment']) ?> |
= $this->a(t('Remove'), 'budget', 'confirm', array('project_id' => $project['id'], 'budget_id' => $line['id'])) ?>
diff --git a/app/Template/budget/index.php b/app/Template/budget/index.php
index 442a6b64c..01525829b 100644
--- a/app/Template/budget/index.php
+++ b/app/Template/budget/index.php
@@ -25,7 +25,7 @@
|
- | = $this->e($line['date']) ?> |
+ = dt('%B %e, %Y', strtotime($line['date'])) ?> |
= n($line['in']) ?> |
= n($line['out']) ?> |
= n($line['left']) ?> |