[PHP-DB] Easy way to calculate difference between two dates

2002-01-20 Thread SpamSucks86
Is there an easy way to calculate the difference between the current date and a date prior to January 1, 1970 (unix epoch). Just getting the timestamp and then subtracting the other date from it won't work because it will be a negative number. Any insight? I think this can be done very easily in

RE: [PHP-DB] Easy way to calculate difference between two dates

2002-01-20 Thread Beau Lebens
January 2002 10:19 AM // To: [EMAIL PROTECTED] // Subject: [PHP-DB] Easy way to calculate difference between two dates // // // Is there an easy way to calculate the difference between the current // date and a date prior to January 1, 1970 (unix epoch). Just // getting the // timestamp

Re: [PHP-DB] Easy way to calculate difference between two dates

2002-01-20 Thread Jason Wong
On Monday 21 January 2002 10:19, SpamSucks86 wrote: Is there an easy way to calculate the difference between the current date and a date prior to January 1, 1970 (unix epoch). Just getting the timestamp and then subtracting the other date from it won't work because it will be a negative