The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Any one have an example on how I would add 2min to the lastactivity date/time stamp?
something like this... PHP Code:
Thanks. All I can find on google is how to compair dates not how to add minues to them. |
|
#2
|
|||
|
|||
|
All timestamps are in Unix format, they are just seconds, so to add 2 minutes, you would need to add 120.
|
![]() |
|
|