Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there. at this point that’s how the plugin operates at its core; are you saying you just want to disable to repeating date? If so, have you checked out this bit on date/time formatting in PHP (https://php.net/manual/en/function.date.php) to see if it’ll point you in the right direction as to what needs changing?

    I would like this too. I don’t think date functions will help. The widget code shows this:

    if( tribe_is_multiday( $post->ID ) || !$event->AllDay ) {
                	echo ' – <br/>'. tribe_get_end_date($post->ID);

    which looks to me (I am not a programmer) that it is saying if it is multiday or all day, print the end date. However for a single day (not all day) event, both start and end dates are showing in the widget output.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: The Events Calendar] Widget Dates’ is closed to new replies.