+ Reply to Thread
Results 1 to 2 of 2

Thread: Date problem

  1. #1

    Date problem

    Hello,
    I have a problem with showing the date on the news box when having 2 languages.
    The English version is ok and it shows 23 Nov, but the Macedonian shows 23 ??? (for the month).
    Can someone help me, I would like the date to be shown like this: 23.11.2018
    Attached Images Attached Images

  2. #2
    I found the code in /templates/auto_flatty/tpl/blocks/news_block.tpl and changed to this:

    <div class="date">
    {$news.Date|date_format:'%d'}.{$news.Date|date_for mat:'%m'}.{$news.Date|date_format:'%Y'}
    </div>

    This made the date format as I wished.

+ Reply to Thread