On Fri, Dec 30, 2011 at 5:33 PM, Eric Lommatsch <ericl@xxxxxxxxxxxxxxx> wrote: > > When I try this method: > > > > $interval = $dteStartDate[$intCnt]->diff($dteEndDate[$intCnt]); I get the following error when I run the page: > > " Fatal error : Call to undefined method DateTime::diff() in /var/www/evalHomeLime.php on line 254" > Just for the record: As noted on the manpage [1], your PHP version needs to be >= 5.3.0. Cheers, Matijn [1] http://www.php.net/manual/en/datetime.diff.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php