Forums
-
- Forum
- Posts
-
- Installation
- 28,408
- Troubleshooting
- 62,348
- Themes
- 10,400
- Plugins
- 15,322
- Requests & Feedback
- 14,953
- Showcase
- 3,254
-
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; ?>