Hello team
We tried to change the dateformat through langugae overides but nothing seem to work.
We want to change the format to show the day - month - year.
Can you help us find where we will change it?
Thank you in advance
Hello team
We tried to change the dateformat through langugae overides but nothing seem to work.
We want to change the format to show the day - month - year.
Can you help us find where we will change it?
Thank you in advance
saguaros Hello Saguaros
We want the format in category blog and article page
Updated domain, we are live
avopolis Hi
You can open the file: /templates/gk_spotlight/html/layouts/joomla/content/info_block/publish_date.php
Look for this line of code:
<?php echo Text::sprintf('TPL_COM_CONTENT_PUBLISHED_DATE_ON', HTMLHelper::_('date', $displayData['item']->publish_up, Text::_('M j,Y'))); ?>
You can see the format M j,Y
and change to the format you wish. Something like: j-M-Y
Thank you Saguaros
We changed it with succes.
Farewell