https://www.gavick.com/blog/language-ov ... -in-joomla
but it doesn't work. In fact, the used format doesn't appear to be one from that list (I've override them all, just in case, and no luck).
I don't know much about code, my I looked into /templates/gk_simplicity/html/com_content/category/blog_item.php and I found this:
- Code: Select all
<time pubdate="<?php echo JHtml::_('date', $this->item->publish_up, JText::_(DATE_W3C)); ?>">
<?php echo JHtml::_('date', $this->item->publish_up, JText::_('[b]TPL_GK_SIMPLICITY_DATE_FORMAT[/b]')); ?>
</time>
What is TPL_GK_SIMPLICITY_DATE_FORMAT, and how to change it? I can't find it in template's backoffice.
Thanks