• Can’t show both start and end dates of a multi-day event in grid view with MD,Y format. If I put date_format=”sed” in the shortcode the date shows as DM, Y and only shows the start date. Is there a way to force end date to show as well as have it in MD, Y format? Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The format letters are documented here: https://www.php.net/manual/en/datetime.format.php

    For formats like July 25, 2024 you would use date_format=”F j, Y”

    The documentation for the shortcodes can be found here: https://wp-events-plugin.com/documentation/shortcodes/

    The date_format attribute only works for the events_list_grouped shortcode (for displaying the date for each group).

    To change the date display format for the grid display you need to go into Events Manager => Settings then go to the Formatting tab and enable Advanced Mode and Super Advanced Mode then click on Events and then in the Default Event Grid format change #_EVENTDATES to #_{F j, Y}

    The placeholders are documented here: https://wp-events-plugin.com/documentation/placeholders/

    Thread Starter Steve

    (@intersysx)

    Thank you joneiseman. I got that sorted out. I’m perplexed though that in grid view for a multi-day event the start date shows but the end date does not. I’m running v 6.6.1 and pro 7

    joneiseman

    (@joneiseman)

    I gave you incorrect information. I said to change the format from #_EVENTDATES to #_{F J, Y}. Instead change it to #F #j, #Y #@_{ \u\n\t\i\l F j, Y}

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.