php date list for specified duration
        Posted  
        
            by user301584
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user301584
        
        
        
        Published on 2010-03-25T10:19:07Z
        Indexed on 
            2010/03/25
            10:23 UTC
        
        
        Read the original article
        Hit count: 321
        
hi
is there any php classes or functions, which will gives us all the days from specific duration? for example, if i want a list of dates from 25/03/2010 (25th march 2010) to 15/05/2010 (15th May 2010), it will give me:
25/03/2010 26/03/2010 26/03/2010 .... .... .... 14/05/2010 15/05/2010
thanks a lot for any help!
© Stack Overflow or respective owner