Add 30 seconds to the time with PHP
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-06-16T11:37:48Z
Indexed on
2010/06/16
11:42 UTC
Read the original article
Hit count: 160
Hey all, just wondering how I can add 30 seconds on to this?
$time = date("m/d/Y h:i:s a", time());
Thankyou, again.
I wasn't sure how to do it because it is showing lots of different units of time, when I only want to add 30 seconds.
© Stack Overflow or respective owner