Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nawdin Friend
    #194750

    I would like to change the published date display in JA Magz that display “5 days 13 hours ago” to the default Joomla published date display to “Monday, 10 February 2014 11:20” something like that. What and where I can change that display. I’d like to change ONLY in Full article page.

    Thanks in Advanced

    dpchap015 Friend
    #522541

    @nawdin
    replace this code in /templates/ja_magz/html/com_content/article/defualt.php

    <span><?php echo MagzHelper::relTime($this->ritem->publish_up); ?></span>

    with


    <span><?php echo JText::sprintf('COM_CONTENT_PUBLISHED_DATE_ON', JHtml::_('date', $this->item->publish_up, JText::_('DATE_FORMAT_LC3'))); ?> </span>

    😀

    nawdin Friend
    #522543

    Hi dpchap015,

    Got it. Thanks for your help. I hope this thread is also helping for those who are looking for similar solution.

    🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  nawdin 10 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum