Convert Post Date Format to More Human Friendly Version in WordPress
|
1 2 3 4 |
// Converts MySQL Datetime formats… // (source: /wp-includes/functions.php) mysql2date( get_option('date_format'), $your_post->post_date ); |
|
1 2 3 4 |
// Converts MySQL Datetime formats… // (source: /wp-includes/functions.php) mysql2date( get_option('date_format'), $your_post->post_date ); |