Okay
  Public Ticket #2041289
Date format in French
Closed

Comments

  • Jeff started the conversation

    Hi,

    I would like to know if it was possible and how to change the format of the displayed date (French date) with "article news scroller" (see related url) on the joomla french site.

    Thank you very much

  •  1,173
    Amit replied

    hi jeff in general we support all these formats

    https://www.php.net/manual/en/function.date.php

    you can double click on the addon in the my addons and the framework will appear for you 

  • Jeff replied

    Hello Amit,

    Thanks for your quick response.

    Yes, I think that the addon support all formats, and I see the addon framework. But, in my case, he do not take care of my site preset (zone and languages). All the other plugins or component (event in english language) works fine with this subject.

    Is there a php solution like "setlocale(LC_TIME, fr_FR" or anything else ? Thanks

    setlocale(LC_TIME, "fr_FR")
  •   Max replied privately
  • Jeff replied

    I understand, but :

    in the edit addon, html tab, it is like this :

    <div class="blox-calendar-month" style="background:{{color}};">{{item.post.date|date("M")}}</div>

    On the left (to replace) I have just 2 items for date:

    {{item.post.date}} and {{item.post.postdate}}

    Same wrong effect. he do not take care of my site preset (zone and langages)

  •   Max replied privately