Show date issued in OJS

Hi, Is it possible to show the date when an issue is published in the archive? Thanks for your help.

Hi @shamae_507,

What version of OJS are you using?

Regards,
Alec Smecher
Public Knowledge Project Team

Hi! I’m using Open Journal Systems 2.4.5.0 @asmecher

Hi @shamae_507,

You’d need to edit the template templates/issue/archive.tpl. You should be able to get the publication date using the $issue->getDatePublished() function, and you can use the Smarty date_format modifier to present it as you like.

Regards,
Alec Smecher
Public Knowledge Project Team

Thank you so much :slight_smile: