test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • canadawatch Friend
    #120986

    I would like to display the date without the week day in all content item entries.
    I would like the date format to be:

    21 June, 2007

    or:

    June 21, 2007

    but not:

    THURSDAY, 21 June, 2007

    How and where can I modify the code to make this change?

    ncrc Friend
    #222566

    I believe templates/ja_teline/index.php line 185-190 may help?

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

    canadawatch Friend
    #222610

    <em>@ncrc 18806 wrote:</em><blockquote>I believe templates/ja_teline/index.php line 185-190 may help?

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

    </blockquote>

    If this is where the date hides, how can I change the code to show a month-day-year only, without the weekday.

    I would like the date to be:

    June 22, 2007 or 22 June 2007.

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

This topic contains 3 replies, has 2 voices, and was last updated by  canadawatch 17 years, 5 months ago.

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