Hello.
I also like to display only the events (without startime in the brackets)
i edit the function.php at line 449
from:
if($entry->allday)
$data[‘TIME’]=__(‘all day’,’ec3′);;
to:
if($entry->allday)
$data[‘TIME’]=__(”,’ec3′);
but still the event show in the list like:
eventname()
(before eventname(allday)