Dolby
03-07-2005, 11:44 PM
Any one have an example on how I would add 2min to the lastactivity date/time stamp?
something like this...
$lastactive= $bbuserinfo['lastactivity'];
$timeplus2 = $lastactive+2min
I'm not sure how to add 2 minutes to $bbuserinfo['lastactivity']
Thanks. All I can find on google is how to compair dates not how to add minues to them.
something like this...
$lastactive= $bbuserinfo['lastactivity'];
$timeplus2 = $lastactive+2min
I'm not sure how to add 2 minutes to $bbuserinfo['lastactivity']
Thanks. All I can find on google is how to compair dates not how to add minues to them.