<?php $datestring=date("l dS of F Y h:i:s A"); $returntime=strtotime($datestring); echo $datestring." READ IN ".$returntime." RETURNED\n"; ?>