Please answer this simple SPAM challenge: nine minus eight? (Example: nine)
Note that to add time you must enter P even though the period is empty.To add 1 hour : <?php$plusOneHour = (new DateTime('now'))->add(new DateInterval("PT1H"));var_dump($plusOneHour);?>
<< Back to user notes page