Hi roblagatta, I’ve found the solution. Voilà:
Date: <?php echo tribe_get_start_date( null, false, 'j F Y' ); ?>
Start time: <?php echo tribe_get_start_date( null, false, 'H:i' ); ?>
End time: <?php echo tribe_get_end_date( null, false, 'H:i' ); ?>
I hope it will be useful ??