WordPress get_date
<?php echo get_the_date( 'l F j, Y' ); ?>
gtamborero
<?php echo get_the_date( 'l F j, Y' ); ?>
$post_date = get_the_date( 'D M j' ); echo $post_date;
$post_date = get_the_date( 'l F j, Y' ); echo $post_date;