"Descrizione
string date ( string formato [, int timestamp])"
http://it.php.net/date


codice:
echo date("l",mktime(20,30,0,09,30,2004));