In forumdisplay.php FIND
PHP Code:
// build thread data
$thread = process_thread_array($thread, $lastread, $foruminfo['allowicons']);
BELOW that ADD
PHP Code:
$thread[created] = vbdate($vboptions['dateformat'], $thread[dateline], 1) . ' ' . vbdate($vboptions['timeformat'], $thread[dateline]);
This should give you a formatted date & time, so just put $thread[created] in Template threadbit.