Convert to date/time variable and perform arithmetic.

Otherwise, if these dates are from mysql, let mysql do it

-----Original Message-----
From: ROBERT MCPEAK [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 11:12 AM
To: [EMAIL PROTECTED]
Subject: [PHP] syntax for date math expressions


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

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

Reply via email to