Find date difference in php?
        Posted  
        
            by Karthik
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Karthik
        
        
        
        Published on 2010-04-21T04:14:36Z
        Indexed on 
            2010/04/21
            4:23 UTC
        
        
        Read the original article
        Hit count: 404
        
Is there anyway to find the date difference in php? I have the input of from date 2003-10-17 and todate 2004-03-24. I need the results how many days is there within these two days. Say if 224 days, i need the output in days only.
I find the solution through mysql but i need in php. Anyone help me, Thanks in advance.
© Stack Overflow or respective owner