RE: delta time/date

2002-03-06 Thread Wagner-David
Depends on the overhead you want. You can use timelocal and a simple calculation verses the overhead of the other routines to get a delta. Wags ;) -Original Message- From: Dittrich G. Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 09:13 To: [EMAIL PROTECTED]

Re: delta time/date

2002-03-06 Thread Tirthankar C. Patnaik
You might want to try out the Date::Manip package. It has a function &Date_Cmp which compares any two dates. You first read the date through the function &ParseDate in the module, and then compare the dates through &Date_Cmp. HTH, -tir -- Tirthankar, IGIDR. +91-22-8400919 x275 (r), x593(

RE: delta time/date

2002-03-06 Thread John Edwards
Yeah, use the Date::Calc module or maybe Date::Manip. John -Original Message- From: Dittrich G. Michael [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 17:13 To: [EMAIL PROTECTED] Subject: delta time/date I try to find a quick and uncomplicated way to calculate the difference between on