• Hi.

    I’m opening a new ticket as I never got a response to this first time round – nearly a year ago.

    I’ve been looking through the docs, and the code of the plugin, but i can’t seem to find a way of getting a custom datetime format of the current occurrence of a re-occurring event?

    Could you tell me how to do this please?
    I’m trying to get the date format in the same method as I am getting the date for standard events like this:
    eo_get_the_start( ‘l j M Y’ );

    But I can’t quite figure out how to do this for the current recurring event? Trying a number of methods, I can only seem to get the first event or the last events date?

    I’ve tried getting the occurrence ID with eo_get_the_occurrence_id();
    and then getting the single occurrence eo_get_the_occurrence($post->ID, $occurrence_id);

    But I’m not sure where to go from here to get the custom format for the single occurrence’s date and time.

    Many Thanks

  • The topic ‘Custom formatted current occurrence start and end datetimes’ is closed to new replies.