Result Size: 625 x 571
x
 
<!DOCTYPE html>
<html>
<body>
<?php
echo(strtotime("now") . "<br>");
echo(strtotime("3 October 2005") . "<br>");
echo(strtotime("+5 hours") . "<br>");
echo(strtotime("+1 week") . "<br>");
echo(strtotime("+1 week 3 days 7 hours 5 seconds") . "<br>");
echo(strtotime("next Monday") . "<br>");
echo(strtotime("last Sunday"));
?>
</body>
<!-- Mirrored from www.w3schools.com/php/phptryit.asp?filename=tryphp_func_strtotime by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:50:59 GMT -->
</html>
×

Report a Problem: