"Richard Davey" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
> Does anyone have a date-diff function in PHP that *doesn't* use Unix
> time stamps? I need to calculate differences between two date values,
> but the range well exceeds that which "date" supports on our server.
>
> Best regards,

Hi Richard,

take a look at PEAR's Date package:
http://pear.php.net/package/Date

Regards,

Torsten Roehr

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

Reply via email to