Skip to content

Commit

Permalink
Merge pull request academic#1739 from ojs/hotfix/article-grid-date
Browse files Browse the repository at this point in the history
changed date display format in article grid
  • Loading branch information
Hüseyin Mert authored Jan 12, 2017
2 parents f67c37f + cbc83e3 commit 1c84335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ojs/JournalBundle/Entity/Article.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c84335

Please sign in to comment.