Formatting events date and time
-
I was wondering if someone could help me change the format of my date and time.
I’m trying to get the event’s time to show up on a separate line from the date.
Right now, it’s “September 29, 2018 10:00am – 4:00pm”
Is there anyway to make it:
September 29, 2018
10:00am – 4:00pmI looked in the event-meta-event-single.php file and came across the line,
<li><strong><?php esc_html_e( 'Date', 'eventorganiser' );?>:</strong> <?php echo eo_format_event_occurrence();?></li>
I just can’t figure out how to edit it after that. I went to the event-organiser-utility-functions.php file to see how, but if I make any changes in there, it’ll get overwritten when the plugin gets updated.
Any help would be greatly appreciated. Thank you in advance.
The page I need help with: [log in to see the link]
- The topic ‘Formatting events date and time’ is closed to new replies.