Re: How to Display the Post Time in Forums
Thanks there Travel-Junkie
How exactly would I populate $topic?
It’s not that
<?php echo date("j", strtotime($topic->topic_time)); ?>
<?php echo date("M", var_dump($topic->topic_time)); ?>
isn’t working entirely, it just gives me completely wrong numbers (1 JAN). And if I’ve done the var_dump right it indeed gives me a NULL.
Thanks again