in template-functions.php, I commented out the following:
if($entry->allday)
$data[‘TIME’]=__(‘all day’,’ec3′);
else
$data[‘TIME’]=mysql2date($time_format,$entry->start);
then I added this immediately after the code I commented:
$data[‘TIME’]=”;
This removed the date, but it still shows () after the post, still looking for those so I can remove them.