Which PHP function can return the current date/time?
Use:
$date = date('m/d/Y h:i:s a', time());
It works.