in reply to counting number of working days
You might want to look at the CPAN modules Date::Calc and/or Date::Manip. I am relatively certain one or both will do what you need.
Update: You'll probably find Date::Calendar->delta_workdays() (which is part of Date::Calc) helpful.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: counting number of working days
by bar10der (Beadle) on Feb 16, 2004 at 12:57 UTC | |
by edan (Curate) on Feb 16, 2004 at 13:48 UTC |