Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php $date=date_create("2013-05-01"); date_modify($date,"+15 jours"); echo date_format($date,"Y-m-d"); ?> </body> </html>