Looks like it’s in general.php under the events calendar plugin directory…
$schedule = ‘<span class=”date-start dtstart”>’;
$format = ”;
$date_without_year_format = tribe_get_date_format();
$date_with_year_format = tribe_get_date_format( true );
$time_format = get_option( ‘time_format’ );
$datetime_separator = tribe_get_option( ‘dateTimeSeparator’, ‘ @ ‘ );
$time_range_separator = tribe_get_option( ‘timeRangeSeparator’, ‘ – ‘ );
$microformatStartFormat = tribe_get_start_date( $event, false, ‘Y-m-dTh:i’ );
$microformatEndFormat = tribe_get_end_date( $event, false, ‘Y-m-dTh:i’ );
$settings = array(
‘show_end_time’ => true,
‘time’ => true,
);
Is there a way to write a simple call for the functions.php file to override for the photo view?