Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do you change the Freshness of post date format?

To expand a bit on my above post…

1. This gives me the correct time in topic.php: <?php topic_time(“D M j, Y g:i a”); ?>

2. This gives me the wrong time (+4hrs) in post.php: <?php echo date(“D M j, Y g:i a”, (strtotime($bb_post->post_time))); ?>

3. This gives me a static date of Wed Dec 31, 1969 in front page.php: <td class=”num”><?php echo date(“D M j, Y”, bb_offset_time(strtotime($bb_forum->forum_time))); ?></td>

If anybody knows how I can correct the final two, I would be grateful.

Thanks.

Skip to toolbar