Hi,
I’m trying to display the start time of an event in the list view of the Calendar widget (grid).
At first it works !
But when i pick another date it become : “0:00”.
In the single-event.php template for widgets i put :
<?php echo apply_filters(
‘tribe-mini_helper_tribe_events_ajax_list_dayname’, date_i18n( ‘G:i’, $postDate ), $postDate, $mini_cal_event_atts[‘class’] ); ?>
where :
$postDate = tribe_events_get_widget_event_post_date();
Can you tell me how can i do ?
<?php echo tribe_events_event_schedule_details(); ?> is not good for me beacause i just want the start time and not all the date
Thanks a lot !