Quote:
Originally Posted by Boofo
You don't use true in the time line, do you? You meant this I take it?
PHP Code:
$last['lastpost_date'] = vbdate($vbulletin->options['dateformat'], $last['lastpost'], true); $last['lastpost_time'] = vbdate($vbulletin->options['timeformat'], $last['lastpost']);
I guess I misunderstood his question. 
|
Many thanks. That has got the time to display, but it seems to have broken the date as it now looks like this
1126602934 07:15 PM
I think this is the Linux time stamp that is being shown.
<edit>
Scratch that. I haden't changed the date code so it still read $last[lastpost] rather than $last[lastpost_date].
Many thanks for your assistance. You have been a great help.