first of all your data seems to come from a DB to me. If it's so then read 
your DB manual for date functions. It would be way better and faster. 

Otherwise, if you're so keen to let this duty job up to PHP then convert 
both dates into UNIX time format 'maketime()' deduct the values and put them 
through the 'date()' function. 

 


Maxim Maletsky 

Founder, Chief Developer
PHPBeginner.com (Where PHP Begins) 

www.PHPBeginner.com
[EMAIL PROTECTED] 

 


ROBERT MCPEAK writes: 

> What is the php syntax for adding or subtracting dates? 
> 
> For example, I'd like to do something like this: 
> 
> 2002-04-03 - 2002-04-02 = 1 
> 
> or  
> 
> 2002-04-03 - 2002-04-02 = 0000-00-01 
> 
> or  
> 
> 2002-04-03 + 0000-00-01 = 2002-04-03 
> 
> etc. 
> 
> Can anybody help this newbie? 
> 
> Thanks! 
> 
>  
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php 
> 
 


Maxim Maletsky 

Founder, Chief Developer
PHPBeginner.com (Where PHP Begins) 

www.PHPBeginner.com
[EMAIL PROTECTED] 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to