Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
$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