Date Time Php

    
    $ts = strtotime('04 Jul 2007');
    
    $gd = getdate($ts); 
    
    $day = $gd["wday"];  
?>