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

    avopolis Hi

    May I know which date field you want to change the format? kindly share screenshot highlighting it.

      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

      Write a Reply...
      You need to Login to view replies.