Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Display a list of recent topics


chrishajer
Participant

@chrishajer

I think instead of this:

$result->topic_start_time

you can do this:

echo date ('F j', strtotime($result->topic_start_time))

Worth a shot anyway…

Skip to toolbar