/ Published in: PHP
URL: http://www.php.net/manual/pt_BR/function.date-modify.php
Expand |
Embed | Plain Text
<?php $date = new DateTime("2006-12-12"); $date->modify("+1 day"); ?>
You need to login to post a comment.
URL: http://www.php.net/manual/pt_BR/function.date-modify.php
<?php $date = new DateTime("2006-12-12"); $date->modify("+1 day"); ?>
You need to login to post a comment.