Re: trouble comparing dates from two different modules

2002-07-24 Thread drieux
On Wednesday, July 24, 2002, at 09:05 , Ian Zapczynski wrote: [..] > What I'd *like* to do is stringify the output from both of these > functions, as they both return objects. Is this possible? If I do > something like: > > ($year,$month,$day) = Today(); > $yesterday = Add_Delta_Days($year,$mo

trouble comparing dates from two different modules

2002-07-24 Thread Ian Zapczynski
Hello all, I am using add_delta_workdays() from Date::Calendar to determine whether yesterday was or was not a business day. In order to do this, I am trying to compare it with a date output from Add_Delta_Days from Date::Calc. What I'd *like* to do is stringify the output from both of these fu

trouble comparing dates from two different modules

2002-07-24 Thread Ian Zapczynski
Hello all, I am using add_delta_workdays() from Date::Calendar to determine whether yesterday was or was not a business day. In order to do this, I am trying to compare it with a date output from Add_Delta_Days from Date::Calc. What I'd *like* to do is stringify the output from both of these fu