[Plugin: Just Custom Fields] Changing the date format
-
I have a date field displayed in the sidebar with the following code.
global $wp_query; $postid = $wp_query->post->ID; echo get_post_meta($postid, 'ndeath', true);
The date is displaying Year/Month/Day. How do I go about changing this to Month Day, Year or Month/Day/Year?
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Just Custom Fields] Changing the date format’ is closed to new replies.