On Tue, 1 Jul 2003 01:21:54 -0400, you wrote:

>Anyone know of an easy way to add or subtract dates in php the way you can
>in mysql?  Easier, that is, than coding the logic by hand?  This seems like
>a total pain.

Convert to Unix timestamps, do regular maths, unconvert.


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

Reply via email to