3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = '23/02/2013 23:56:09'; $match = '/\b(0[1-9]|[12][0-9]|3[01])\/(0[1-9]|1[012])\/\d{4}\b/'; var_dump(preg_match($match, $d)); exit; $t = new DateTime(str_replace('/', '-', $d)); print $t->format('d/m/Y');

preferences:
47.41 ms | 402 KiB | 5 Q