Date Formatting
-
I want to extract some data from my WP db but the data isn’t being used in a wordpress template so I can’t use WP tags. I want to use the post_date value from wp_posts but it comes out “2004-03-13 17:28:38” and this isn’t the formatting I want. This is the code I’m using :
$post_date=$myrow["post_date"];
How do I apply date formatting to it so it looks like “13/03/04”. BTW, I don’t want the formatting I just want to know how to apply it.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Date Formatting’ is closed to new replies.