if you have an ambiguous date like "05/04/2014" (which is dd/mm/yyyy but just by looking at it could be month first too), how can you convert it to a PHP unix timestamp?
It looks like https://php.net/manual/en/function.strtotime.php is close to what I want, but there is no way to specify the date format as being day first?