Remove time from events advanced widget

Home Forums Calendar Products Events Calendar PRO Remove time from events advanced widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #30998
    Rowan
    Participant

    I wanted to remove the time or hide the time on the events widgets, I think it has something to do with tribe_get_start_date, I have tried changing this to only get the date but it is still getting the time from somewhere.
    echo tribe_get_start_date( $post->ID, $start, ‘l, F j, Y’ );

    Can you please help.

    #31054
    Barry
    Member

    Try:

    tribe_get_start_date($post->ID, false, ‘l, F j, Y’)

    #31068
    Rowan
    Participant

    Thanks Barry, worked perfectly!!

    #31071
    Barry
    Member

    Great!

    #978442
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove time from events advanced widget’ is closed to new replies.