Getting the time from a WordPress post (the field being post_date_gmt stored in DATETIME), how can I convert that information (e.g 2011-03-23 20:28:26) to an actual, maleable date in PHP? (like Thursday, March 23rd, 2011)
Getting the time from a WordPress post (the field being post_date_gmt stored in DATETIME),
Share
See
date()for more formatting options.