Devraj Mukherjee wrote:
Everyone,
Do you know of any decent Date/Time handling classes? We require the following functionality
1. Date's prior to 1970 handled (not reliant on the PHP date) 2. add/subtract days to/from a date 3. subtract two dates returning number of days
Any pointers are welcome. Thanks for your time in advance.
Devraj
Have you looked at the PEAR Date class?
http://pear.php.net/package/Date
/Mattias
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

