Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • chinsen Friend
    #956112

    Hello!

    I’ve searched all over for a way to change the date format when viewing a grid of events and tried changing the Date format in JEvents -> Configuration to From Language File and then changing the language file with overrides applied to both back and front end.

    enter image description here

    This worked for changing the time, however the date is stuck on YYYY-MM-DD as seen below. I need to display the date as MM.DD

    enter image description here

    There are a few similar questions in the forum here, though there aren’t any solutions posted for me to try out here. Help!

    Thanks!

    Saguaros Moderator
    #956434

    Hi

    Could you send me the URL of your site and screenshot highlighting the part where there is date you’re mentioning?

    chinsen Friend
    #956450
    This reply has been marked as private.
    Saguaros Moderator
    #956745

    As I can see that the format already changed, did you get it solved?

    chinsen Friend
    #956808

    You’re probably referring to a Jevent module where I can control the format. It hasn’t changed on any of the jevent pages

    See – http://cinnamoncolomboscope.com/programme

    Saguaros Moderator
    #957964

    I see that date, let me check and will get back to you.

    Saguaros Moderator
    #960073

    Hi

    You can try opening this file: /templates/ja_events_ii/html/com_jevents/default/range/listevents_body.php

    At line 74:

    echo $row->startDate();

    change it to:

    echo date('m-d',strtotime($row->startDate()));
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 8 years, 3 months ago.

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