[bbpress 2.0] Changing Freshness to display the actual date
- 
		
Most forum software displays the actual date for the freshness. I have used the following code as an example:
<?php global $post;$lalaposttime = date( 'D M Y', strtotime( $post->post_id ) );
echo $lalaposttime; ?>
This worked to a point, however it displays the date as “THU JAN 1970”.
I assumes that it will be different for the bbpress plugin itself.
Could anyone help get me started with this?
Thanks in advance.
 
Viewing 3 replies - 1 through 3 (of 3 total)
	
Viewing 3 replies - 1 through 3 (of 3 total)
	
- You must be logged in to reply to this topic.