test
Viewing 1 post (of 1 total)
  • Author
    Posts
  • comball Friend
    #153750

    Hi,

    für alle deutschen User:

    Ändern des Datums bei JaTeline III im Header Bereich. Suche in der Datei

    ja_teline_iii/layouts/blocks/header.php nachfolgenden Eintrag:

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

    ersetze diesen durch:

    <div class="ja-topbar clearfix">

    <div class="ja-day">
    Heute ist:
    <?php
    setlocale(LC_TIME, "de_DE");
    echo "<span>".strftime ('%A')." der ".strftime ('%d').". ".strftime ('%b').strftime (' ')."</span>";
    ?>
    </div>

    Als Lösung hast Du dann: Heute ist: Montag der 23. Aug

    änderst Du den Code:
    ('%b')
    in
    ('%B')

    Hast Du dann: Heute ist: Montag der 23. August

    So einfach ist das 🙂

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  comball 14 years, 3 months ago.

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