Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • oigroig Friend
    #157179

    Hi
    How can I change the date order from month-day-year to day-month-year in teline iv (top left corner)?
    thanks for the answer
    oigroig

    Phill Moderator
    #365649

    Open templates>ja_teline_iv_blocks>topbar.php and find

    <p class="ja-day clearfix">
    <?php
    echo "<span class="day">".date ('D')."</span>";
    echo "<span class="month">".date ('m')."</span>";
    echo "<span class="date">".date ('d')."</span>";
    echo "<span class="year">".date ('Y')."</span>";
    ?>
    </p>

    and change to

    <p class="ja-day clearfix">
    <?php
    echo "<span class="day">".date ('D')."</span>";
    echo "<span class="date">".date ('d')."</span>";
    echo "<span class="month">".date ('m')."</span>";
    echo "<span class="year">".date ('Y')."</span>";
    ?>
    </p>

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

This topic contains 2 replies, has 2 voices, and was last updated by  Phill 13 years, 5 months ago.

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