Topic: converting unix timestamp

i have my forum here and my website here

the news page of my site pulls any relevant sticky posts created by me and shows them.  what i can't figure out is how to go about converting the unix timestamps in the post table into readable dates in the way that punbb does it

the only thing in can find in viewtopic.php is format_time() and i can't seem to find where that function is defined.

Re: converting unix timestamp

format_time() is defined in includes/functions.php, it is basically just a slightly fancier version of date().

3 (edited by I like pie 2006-03-30 03:04)

Re: converting unix timestamp

oh man, i can't believe i didn't see that.  *slaps forehead

thanks, let's hope this works out

Re: converting unix timestamp

Pief00!