Matthias wrote: > Have you looked at the PEAR Date class? > > http://pear.php.net/package/Date PEAR Date is good - I use it a lot - but watch out for this bug if you're running on Windows http://pear.php.net/bugs/bug.php?id=2344 basically, there's some getenv/putenv trickery in the Date_Timezone::inDaylightTime method called in Date::before & Date::after which causes access violations. Unfortunately the Date owner's attitude is roughly 'not my problem, windows sucks' (which may be true but doesn't help much :-/ ) R -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php