Date Time Php

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