in reply to How to find business days?

What working code do you already have in place? Date::Calc has a bunch of functions that will be of use to you.

Example:
(Day_of_Week($year,$month,$day) < 6)
-fp

Replies are listed 'Best First'.
Re: Re: How to find business days?
by cosmicsoup (Beadle) on Feb 23, 2004 at 20:22 UTC
    Hi. The working code that I have right now only as values for start and end dates. It would be simpler if I could have a number of days instead of just having those days listed.

    Louis