Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • josejesusnunescordeiro Friend
    #161788

    How do I change the date to brazilina format?

    E.g: from: Tuesday, Mar 22nd

    To: Terça-feira, 22 de março

    khoand Friend
    #382792

    Hi,
    Replace this code in <joomla url>templatesja_teline_iii_v2blocksheader.php file


    <p class="ja-day">
    <?php
    echo "<span class="day">".date ('l')."</span>";
    echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
    ?>
    </p>

    with


    <p class="ja-day">
    <?php
    echo "<span class="day">".date ('l')."</span>";
    echo "<span class="date">, ".date ('d')." ".date ('S')." ".date ('M')."</span>";
    ?>
    </p>

    marialuciabecker Friend
    #382870

    I put this code, but is not working:

    <p class=”ja-day”>
    <?php
    echo “<span class=”day”>”.date (‘l’).”</span>”;
    echo “<span class=”date”>, “.date (‘d’).” “.date (‘S’).” “.date (‘M’).”</span>”;
    ?>
    </p>

    What Is the code to the date be like that:

    Day/Month/Year : 23/03/2011

    ?

    khoand Friend
    #382882

    Hi,
    I tested my localhost. It works normally, ex: Wednesday, 23 rd Mar
    Do you give me a link to your website?

    marialuciabecker Friend
    #383104

    I removed.

    sniperellite Friend
    #388254

    Hi,

    I have a problem with that -> Last Update t3_date_format_lastupdate

    I’m pretty sure I’m doing something wrong but … help meeeee? 🙂
    This happened after upgrading to the last version T3.

    Thanks

    khoand Friend
    #388507

    <em>@sniperellite 236556 wrote:</em><blockquote>Hi,

    I have a problem with that -> Last Update t3_date_format_lastupdate

    I’m pretty sure I’m doing something wrong but … help meeeee? 🙂
    This happened after upgrading to the last version T3.

    Thanks</blockquote>
    Hi,
    Could you give me a snapshot with your annotation? And could you give me a link to your website?

    sniperellite Friend
    #389353

    Thanks for reply

    This is my website.
    http://www.mercaespaña.es/

    <em>@khoand 236864 wrote:</em><blockquote>Hi,
    Could you give me a snapshot with your annotation? And could you give me a link to your website?</blockquote>

    khoand Friend
    #389464

    I think your <joomla url>templatesja_teline_ivblockstopbar.php file has problem. Could you give me its content (you attach it when you reply)?

    sniperellite Friend
    #389771

    Hi,

    My template is ja_teline III v2 and in this route => templatesja_teline_iii_v2blocks I don’t have any topbar.php file.

    Tanks

    khoand Friend
    #389773

    Could you give me username+password of your ftp? I will solve it quickly.

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

This topic contains 11 replies, has 4 voices, and was last updated by  khoand 13 years, 6 months ago.

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