How to Display the Post Time in Forums
-
How can I display the time of the post in the forum?
E.g. If I wanted to display todays date like this:
25 OCT
In bbpress I used this
<?php echo date("j", strtotime($topic->topic_time)); ?>
But it does not work anymore in the BP/Bbpress installation. So how do you display the date in that fashion?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to Display the Post Time in Forums’ is closed to new replies.