Download List

專案描述

The Date::Calc package consists of a (pure-Perl) wrapper which either loads Date::Calc::XS (a separate implementation in C and XS) or Date::Calc::PP (a pure-Perl implementation which is part of the Date::Calc package). The Date::Calc::XS and Date::Calc::PP modules perform all kinds of date calculations based on the Gregorian calendar (the one used in all Western countries today), according to relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable). The package is designed as an efficient toolbox, not a bulky ready-made application. It provides extensive documentation and examples of use, multi-language support, and special functions for business needs.

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.

2009-11-02 23:10
6.3

This release fixes a bug in "Mktime()" and in the test suite.
標籤: Bug fixes

2009-10-19 19:08
6.2

Date::Calc has become a wrapper which tries to load Date::Calc::XS (the C/XS part it used to consist of), and failing that, loads Date::Calc::PP, which is part of this release (and which used to be Date::Pcalc). Moreover, the language is not a global setting anymore, and a new "normalized" mode has been added.
標籤: Major architecture modularisation, Feature Enhancements

2009-09-12 23:42
5.8

This release introduces a new normalized date difference function.
標籤: Minor feature enhancements

2009-08-25 06:42
5.7

This release fixes several minor issues and makes the days which form the weekend in a Date::Calendar object configurable. The documentation has been updated accordingly.

2009-07-29 16:31
5.6

This release mainly serves to keep this module in sync with its dependency, the "Bit::Vector" module (version 6.6). It also fixes the problem with the Boolean C type in combination with Mac OS X and brings some very minor additions to its documentation.
標籤: Stable, Minor bugfixes, Minor feature enhancements

Project Resources