Better way of creating a PHP future date
        Posted  
        
            by Lee
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lee
        
        
        
        Published on 2010-04-15T22:39:22Z
        Indexed on 
            2010/04/15
            22:43 UTC
        
        
        Read the original article
        Hit count: 221
        
Is there a quicker way of creating a date such as:
echo date('Y-m-d', mktime(0, 0, 0, date("m"), date("d")+3,   date("Y")));
Thanks if you can help.
© Stack Overflow or respective owner