RE: [PHP-WIN] Date Math

2004-04-12 Thread Charles P. Killmer
rom: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 2:04 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Date Math I am currently working on an application that needs to break out invoice totals by age. This is a sample line item: 2/7/2004... $456.89 Current Total

[PHP-WIN] Date Math

2004-04-12 Thread Ron.Herhuth
I am currently working on an application that needs to break out invoice totals by age. This is a sample line item: 2/7/2004... $456.89 Current Total : Over 30 Days : Over 60 Days : Over 90 days How can I determine the number of days from the current date? I should be able to handle th