Hi to all.
Several times I've had the problem to customize the date/time format in Event module, for example in order to completely hide the event time.
Now I found the solution: so, go to line ~ 2058 in "event.module" file and change to this:
'start_format' => format_date($object->event_start, 'custom', 'd-m-Y', $start_offset),
to completely hide the event time (hour:minutes) or edit the format 'd-m-Y' for your needs.
This works fine on event.module,v 1.215.2.14 and Drupal 5.
I wish it can bel helpful.
Comments
Comment #1
hutch commentedThe patch at http://drupal.org/node/395952 might help
Also the best way to hide anything is in the css, classes event-start and event-end
Comment #2
avpadernoActually, this report is a duplicate of #395952: Date display on event node page.
Comment #3
killes@www.drop.org commented