Page 1 of 1

What's the clock in an hour?

Posted: Thu Aug 12, 2004 5:01 pm
by tores
Hi

How can I find the time, one hour from now, in a hh:mm format?

regards tores

Posted: Thu Aug 12, 2004 5:04 pm
by markl999

Code: Select all

echo date('h:i', strtotime('+1 hour'));