Sorry,
I thought to be in "General vBulletin Questions", can you move my post?
Thanks
Quote:
Originally Posted by MarcoH64
$thread[dateline]
|
Thanks, but dateline is a unix time, I can convert it in a template?
I have nearly resolved but I have a little problem, $vboptions['dateformat'] working with VB3.5?
Because if I use this code not working
PHP Code:
vbdate($vboptions['dateformat'], $thread['dateline']);
but this working
PHP Code:
vbdate('d-m-y', $thread['dateline']);