Forums
-
- Forum
- Posts
-
- Installation
- 28,421
- Troubleshooting
- 62,410
- Themes
- 10,409
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- 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; ?>