Afficher la date à un format personnel

Author:
<?php
$timestamp= time(  );
// séparé par '/'
echo date("m/d/y G.i:s",$timestamp);
?>