problem to Get Date, month Year separately From database in Php File ?
        Posted  
        
            by aamir Fayyaz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by aamir Fayyaz
        
        
        
        Published on 2010-05-29T12:51:13Z
        Indexed on 
            2010/05/29
            12:52 UTC
        
        
        Read the original article
        Hit count: 280
        
php
i want to separate date, month, time, hour, min ,sec getting from database, for count down timer, in data base stored date is 2010/10/10: me using this code : $m=date('m',$row['Date']);
$d=date('d',$row['Date']);
output is month=31 date = 12....
© Stack Overflow or respective owner