if it's for the currently logged in user
there are several
$bbuserinfo[lastvisit] -> unixdatelin from the last visit (last login)
$bbuserinfo[lastactivity] -> unixdateline when the user was active the last time (normally it would be now)
$bbuserinfo[lastpost] -> dateline of last post
to convert the datelines into Humanreadable text you have to use the date() function