Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.
$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