in reply to RE: Date::Calc
in thread Date::Calc
However, if reliability and correctness of your code is important, then you should use Date::Calc. If you have spent any time doing serious date logic, you will understand the benefits of using a well-tested, full-featured library of date routines such as Date::Calc. Why re-invent the wheel, especially if you don't have to. Date arithmetic is particularly nasty (if you want to know just how nasty, check out Calenderical Calculations by Dershowitz and Reingold) and very easy to get wrong or introduce subtle errors. Heed my advice and always try Date::Calc (or another well-written and properly tested date module) before falling-back and writing your own.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: Date::Calc
by Anonymous Monk on Oct 28, 2000 at 00:09 UTC |