A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Go to advanced search
Code: Select all
echo date('h:i:s', (time()+14400));
echo $date('m/d/Y h:i:s', strtotime('+4 hours', time()));