diff --git a/src/Presenters/Presenter.php b/src/Presenters/Presenter.php index 12e84d4b..4bb26a12 100644 --- a/src/Presenters/Presenter.php +++ b/src/Presenters/Presenter.php @@ -44,7 +44,7 @@ public function __get($property) */ public function dateLocalized($column = 'date') { - return $this->entity->$column->formatLocalized('%d %B %Y %H:%M'); + return $this->entity->$column->formatLocalized('%d %B %Y'); } /**