Code Snippets Php

$date = getdate( );
printf('%s %d, %d',$date['month'],$date['mday'],$date['year']);
?>