Simple change to date format help on custom meta field
-
Hi
I’m using this code to display custom meta on my site below but want to change the format of the date to show (‘l, F jS, Y’).
I have very little PHP knowledge and don’t know where I should put it?
<div class=”meta”><b>Race Date:</b> <?php $key=”event_date”); echo get_post_meta($post->ID, $key, true );?></div>
Thanks in advance
Rob
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Simple change to date format help on custom meta field’ is closed to new replies.