In using vbdate on my own php file. The time does not follow.
ie
PHP Code:
$entrydate = vbdate($dateformat, $timestamp);
$entrytime = vbdate($timeformat, $timestamp);
gives
10-08-2002 09:15 AM in a vbpage
but gives
09-08-2002 06:15 PM on my page
I seem to be missing something, and i think its got to do with $bbuserinfo['timezoneoffset'] but I'm not sure what.
*ponders*