thanks folks: actually, I couldn’t figure out where the original post was, but I did find this comment that gave the answer, so here it is for other folks who need it:
…………………..
Ria September 23, 2012 Permalink
Figured it out myself, and then later saw that the similar fix was already posted in the support forum too. As usual, I spoke before I looked. In the file “events-advanced-list-load-widget-display.php”
Delete line 51:
if( tribe_is_multiday( $post->ID ) || !$event->AllDay ) {
echo ‘ – ‘. tribe_get_end_date($post->ID);
}
Hope this helps.
…………………..
I’d only add that the complete path to the file is:
wp-content/plugins/events-calendar-pro/views/events-advanced-list-load-widget-display.php
thanks!
Terri