PDA

View Full Version : date and time of firstpost, not lastpost


TECK
05-04-2002, 05:40 AM
in forumdisplay.php you have this code:$thread[lastreplydate]=vbdate($dateformat,$thread[lastpost]);to get the last date. if i want to get the date from first post, what is the best aproach? can i use the field dateline?

TECK
05-04-2002, 06:00 AM
$thread[replydate]=vbdate($dateformat,$thread[dateline]);it works just fine. let me know if i'm correct. thanks.

Admin
05-04-2002, 09:01 AM
That is correct.

TECK
05-04-2002, 09:08 AM
thanks firefly.