A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
$str = 'not good'; if (($timestamp = strtotime($str)) === -1) {echo "the string ($str) is bogus";} else {echo "$str == ". date('l ds of f y h:i:s a',$timestamp);}
예 1. strtotime() examples