Hi
How can I find the time, one hour from now, in a hh:mm format?
regards tores
What's the clock in an hour?
Moderator: General Moderators
Code: Select all
echo date('h:i', strtotime('+1 hour'));Moderator: General Moderators
Code: Select all
echo date('h:i', strtotime('+1 hour'));