How do I add 24 hours to a unix timestamp in php?
Posted
by zeckdude
on Stack Overflow
See other posts from Stack Overflow
or by zeckdude
Published on 2010-03-25T11:37:16Z
Indexed on
2010/03/25
11:43 UTC
Read the original article
Hit count: 269
I would like to add 24 hours to the timestamp for now. How do I find the unix timestamp number for 24 hours so I can add it to the timestamp for right now?
I also would like to know how to add 48 hours or multiple days to the current timestamp.
How can I go best about doing this?
© Stack Overflow or respective owner