Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

I installed _ck_’s Forum Last Poster plugin to show FRESHNESS for my forums, but I am trying to convert it to the exact time/date.

I have tried various permutations with no luck.

The following code doesn’t work:

<td class=”num”><?php forum_time(“D M j, Y”); ?></td>

The following code just gives a static date of Wed Dec 31, 1969:

<td class=”num”><?php echo date(“D M j, Y”, bb_offset_time(strtotime($bb_forum->forum_time))); ?></td>

Any ideas how I can do this?

Thanks.

Skip to toolbar