Whats the way to format a date after using get_posts()

echo date('Y-m-d h:i:s', strtotime($cp->post_date)); … or better use the wordpress functionado echo mysql2date('Y-m-d h:i:s', $cp->post_date);

Leave a Comment