Run ❯
Get your
own PHP
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <?php print_r(date_parse_from_format("mmddyyyy","05122013")); echo "<br><br>"; print_r(date_parse_from_format("j.n.Y H:iP","12.5.2013 14:35+02:00")); ?> </body> </html>