This one time, at band camp,
"qt" <[EMAIL PROTECTED]> wrote:

> Dear Sirs,
> 
> How can I add or subtract two date easily. Is therea any lib or function
> about this. I can not find any easy way in the manual

if the dates are timestamps, simply

$new = $timestamp2 - $timestamp1;

cheers
Kevin

-- 
 ______                              
(_____ \                             
 _____) )  ____   ____   ____   ____ 
|  ____/  / _  ) / _  | / ___) / _  )
| |      ( (/ / ( ( | |( (___ ( (/ / 
|_|       \____) \_||_| \____) \____)
Kevin Waterson
Port Macquarie, Australia

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

Reply via email to