• Resolved zrob

    (@zrob)


    Hello. Is it possible to change the time format from for example 7 am to numbers 7:00? Thank you for your help. Zbynek

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi
    Check the formatting-date-and-time in WordPress

    Formatting Date and Time

    and edit your theme
    themes\yourtheme\tribe-events\single-event.php

    tribe_get_start_date
    tribe_get_end_date

    <?php echo tribe_get_start_date( $post->ID, false, ‘G:i’ ); ?> –
    <?php echo tribe_get_end_date( $post->ID, false, ‘G:i’ ); ?>

    that show 17:00.
    You should be edit all TEC file of time formatting.

Viewing 1 replies (of 1 total)
  • The topic ‘Time format of event’ is closed to new replies.