http://qs321.pair.com?node_id=298814


in reply to Re: Calculate down time of devices in prime time (only working hours, excluding p_holidays)
in thread Calculate down time of devices in prime time (only working hours, excluding p_holidays)

hola moxiliukas;

unfortunately, Date::Calc cannot contend with business days, nor holidays. if you wanted to use Date::Calc, you'd have to implement that stuff yourself. great if you've lost your hair shirt...;-)

ttfn
...wufnik

-- in the world of the mules there are no rules --
  • Comment on Re: Re: Calculate down time of devices in prime time (only working hours, excluding p_holidays)

Replies are listed 'Best First'.
Re: Re: Re: Calculate down time of devices in prime time (only working hours, excluding p_holidays)
by Mr. Muskrat (Canon) on Oct 14, 2003 at 01:53 UTC

    Sure it can. Check out: check_business_date, Standard_to_Business, Business_to_Standard, Easter_Sunday & the recipes (especially #10 solution #2).

    It's not necessarily the easiest way to do it though. ;-)