This is currently a copy of C4::Date
authorrangi <rangi>
Sat, 3 Sep 2005 00:35:47 +0000 (00:35 +0000)
committerrangi <rangi>
Sat, 3 Sep 2005 00:35:47 +0000 (00:35 +0000)
commit5d816bf4ba400d29453eb1d65fc1782da9184401
tree78e4fc1685451f70a00554bbecce9ab764ac0b4f
parent87317f1881ca75e57b0803c360aceaa2daed8250
This is currently a copy of C4::Date

But C4::Date uses Date::Manip, which in the authors own words

"If you look in CPAN, you'll find that there are a number of Date and Time packages.  Is Date::Manip the one you should be using?  In my
opinion, the answer is no most of the time."

He goes on to say, that because Date::Manip is powerful and is written fully in perl its also slow.
Now Circulation needs to be as fast as possible. And C4::Date isnt actually doing anything particularly tricky,
So im working on C4::Circulation::Date to be a replacement, in an attempt to win some speed
C4/Circulation/Date.pm [new file with mode: 0644]