Download List

Project Description

Class::Date provides a date datatype for Perl. You
can create new Class::Date objects with a
constructor from different scalar formats, array
refs, and hash refs, and then you can easily
manipulate it by the builtin "+" and "-" operators
(e.g., $date=date([2001,03,15])+'3Y 1s'). Relative
date types also available.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-07-12 14:41
1.0.4

This release fixes a bug with RANGE_CHECK and addition.
Tags: Minor bugfixes

2001-07-03 17:46
1.0.3

The "errmsg" method now works as expected and includes an "errstr" method as an alias.
Tags: Minor bugfixes

2001-06-27 18:06
1.0.2

The "set" method was renamed to "clone". The old name has been retained for
compatibility. The documentation now contains the named interface, and some
miscellaneous fixes were made.
Tags: Minor bugfixes

2001-06-18 17:01
1.0.1

This release includes a "set" method to set
different parts of a date, a fix for a bug in the
"href" (and "hash") method, a $RANGE_CHECK
configuration variable, the ability to disable
invalid dates like "2001-02-31", restored
compatibility with Perl 5.005 and more error handling.
Tags: Minor feature enhancements

2001-06-11 19:39
1.0.0

Tags: Minor bugfixes

Project Resources