Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #986802

    Hi,

    You can use this way to change it

    Open modules/mod_jasidenews/tmpl/default.php file

    find and change

    <span class="ja-createdate"><?php echo JHTML::_('date', $item->date, JText::_('DATE_FORMAT_LC4')); ?> - </span>

    to

    <span class="ja-createdate"><?php echo JHTML::_('date', $item->date, "d M Y"); ?> - </span>

    Hope it helps

    Regards

    insources Friend
    #986855

    Thank you. it works!

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

This topic contains 2 replies, has 2 voices, and was last updated by  insources 8 years ago.

The topic ‘Change Date format’ is closed to new replies.