From cbc83e356e1c0b2a4fc8fec8f669f6c835bee703 Mon Sep 17 00:00:00 2001 From: Ahmet Yazbahar Date: Thu, 12 Jan 2017 19:55:21 +0300 Subject: [PATCH] changed date display format in article grid --- src/Ojs/JournalBundle/Entity/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ojs/JournalBundle/Entity/Article.php b/src/Ojs/JournalBundle/Entity/Article.php index 1bad61d5b..827969ca0 100644 --- a/src/Ojs/JournalBundle/Entity/Article.php +++ b/src/Ojs/JournalBundle/Entity/Article.php @@ -113,7 +113,7 @@ class Article extends AbstractTranslatable implements JournalItemInterface private $acceptanceDate; /** * @var \DateTime - * @GRID\Column(title="pubdate") + * @GRID\Column(title="pubdate", format="F Y") * @Expose */ private $pubdate;