RE: dealing with dates

2003-10-28 Thread Steve Main
ECTED] Subject: RE: dealing with dates Do a search on www.cpan.org for Date::Pcalc. This is a whole series of Perl functions dealing with date calculations. (And I didn't even write them.) > -Original Message- > From: Steve Main [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Oc

RE: dealing with dates

2003-10-28 Thread Harter, Douglas
Do a search on www.cpan.org for Date::Pcalc. This is a whole series of Perl functions dealing with date calculations. (And I didn't even write them.) > -Original Message- > From: Steve Main [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 28, 2003 1:15 PM > To: [EMAIL PROTECTED] > Sub

RE: dealing with dates

2003-10-28 Thread Tim Johnson
You could always use something like Time::Local to break the dates down to time() format and then subtract 8 hours or whatever you need to do, then subtract one date from the other. -Original Message- From: Steve Main [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 10:15 AM To: