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_from_format("j-M-Y","15-Mar-2013"); echo date_format($date,"Y/m/d"); ?> </body> </html>