Home > Reply To: Incorrect time on events listings
Reply To: Incorrect time on events listings
Home › Forums › GovIntranetters › Incorrect time on events listings › Reply To: Incorrect time on events listings
9 Jul 2015 at 11:49
#1897
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