Ver original// MAL$foo = strtotime('16/oct/2013 0:00'); // BIEN$bar = strtotime('16-oct-2013 00:00'); var_dump($foo, $bar);