What's the clock in an hour?
Posted: Thu Aug 12, 2004 5:01 pm
Hi
How can I find the time, one hour from now, in a hh:mm format?
regards tores
How can I find the time, one hour from now, in a hh:mm format?
regards tores
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
echo date('h:i', strtotime('+1 hour'));