PHPで日付の取得

PHPで日付の取得

$today = date(“Y/m/d l H:i:s”);
print($today);
?>

すぐ忘れるからメモ。
実行結果

2008/06/18 Wednesday 10:24:39