Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Show exact date of post? (not freshness)

I see. Sorry, I thought that was just an example for the format.

How’s this instead?

<?php global $post;
$lalaposttime = date( 'D M Y', strtotime( $post->post_time ) );
echo $lalaposttime; ?>

Skip to toolbar