zmand13
Hi,
You can customize the event content type a bit:
Go to file: root/templates/ja_alumni/contenttype/types/event.xml
To change the date formate, look for this field (line 26):
<field name="ctm_date"
type="calendar"
default=""
format="%d.%b.%y"
label="PLG_JACONTENT_TYPE_DATE_LABEL"
description="PLG_JACONTENT_TYPE_DATE_DESC"/>
and change the value of 'format' param
and remove the '8:00 am' in the 'default' param
Regards