Reply To: Incorrect time on events listings

Home Forums GovIntranetters Incorrect time on events listings Reply To: Incorrect time on events listings

#1897
rportman
Participant

Ok, I think I’ve got it now, put the following code between the html strong tags:
.date(‘l j M Y’,strtotime($thisdate)). ” ” .date(‘g:ia’,strtotime(get_post_meta($post->ID,’event_start_time’,true))).

You’ll now get the correct date and start time of the event.

Regards
Rob