[Plugin: The Events Calendar] How to change start-and-end time display?
-
I’ve never been a fan of how these event calendars all seem to display the time like:
Start: December 18, 2010 7:30 pm
End: December 18, 2010 11:00 pmI’d like to be able to just have it say:
December 18, 2010 7:30 pm – 11:00 pmI can figure out how to change everything I need except how to display just the end time without the whole date in front of it. I’m assuming I need to manipulate the variable
the_event_end_date( $id, $showtime, $dateFormat)
, but I’m not sure how. I did a Hail Mary where I tried usingthe_event_end_date( $showtime)
, thinking maybe it would just display the time that way, but unsurprisingly that didn’t work.Can anybody who actually knows what they’re doing tell me how to change it? ??
- The topic ‘[Plugin: The Events Calendar] How to change start-and-end time display?’ is closed to new replies.