Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Tech-xml Friend
    #659947

    Need to change the format of the event date to the Portuguese standard:
    Day/month/Year

    Tech-xml Friend
    #660674

    Any solution?

    Saguaros Moderator
    #660676

    Hi

    How can I see this date in our demo site?

    Tech-xml Friend
    #660934

    @saguaros Send a PM to you

    Tech-xml Friend
    #745408

    @saguaros Send a PM to you

    Saguaros Moderator
    #662368

    You can try opening this file: root/templates/ja_teline_v/html/layouts/joomla/content/item/event.php

    Look for this line of code:

    <td itemprop="offerCount"><?php echo $tickets['end'][$index]; ?></td>

    Replace it with:

    <td itemprop="offerCount"><?php echo date("d-m-Y", strtotime($tickets['end'][$index])); ?></td>

    Tech-xml Friend
    #662490

    Solved, Thanks

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

This topic contains 7 replies, has 2 voices, and was last updated by  Tech-xml 9 years, 3 months ago.

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