Hey,
It’s really simple
Go to list.php, single.php or wherever you want to display the time, and use functions the_event_start_date end the_event_end_date with your own parameters:
example:
<?php echo the_event_start_date(null,FALSE,’G:i’); ?> – <?php echo the_event_end_date(null,FALSE,’G:i’); ?>
result:
8:00 – 15:00
Cheers!