
01-22-2005, 05:17 PM
|
|
|
Join Date: Jan 2005
Location: Ulster, Northern Ireland
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by KirbyDE
As I said, it's a unix timestamp
If you want a readable date
PHP Code:
$lastactivitystr = vbdate($vboptions['dateformat] . ' ' . $vboptions['timeformat'], $bbuserinfo['lastactivity']);
Or you could also try to use $bbuserinfo['lastvisitdate'], this should already be formatted.
|
thanks it worked!!
|