Download List

Descripción del Proyecto

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.

2003-01-03 14:36
1.1.3

Una alerta se ha eliminado el método de strftime.
Tags: Minor bugfixes
A warning has been eliminated from the strftime method.

2002-12-26 02:17
1.1.2

El módulo de ahora las pruebas y los informes de las implementaciones de strftime buggy Perl y no se inicia con ellos. El strftime siempre ha sido arreglado. Los nombres de clase codificados, tales como "Clase:: Fecha", se han eliminado del código, por lo que puede libremente subclase de los módulos.
The module now tests and reports buggy Perl strftime implementations
and does not start with them. The provided strftime is now fixed. The
hardcoded class names, such as "Class::Date", have been removed from
the code, so you can freely subclass the modules.

2002-08-29 09:36
1.1.1

El "errstr" método está documentado, la zona horaria fijada para Perl 5.8.0, y los desaparecidos "tzname" declaración también se ha solucionado para Mac OS / X.
Tags: Minor bugfixes
The "errstr" method is now documented, the timezone is fixed for Perl 5.8.0, and the missing "tzname" declaration is also fixed for Mac OS/X.

2002-07-16 01:15
1.1.0

Date:: Parse apoyo ahora funciona bien con las fechas definidas en parte, y soporte completo para la zona horaria se ha añadido (excepto en la plataforma Win32).
Tags: Major feature enhancements
Date::Parse support now works well with partly defined dates, and full time zone support has been added (except on the Win32 platform).

2002-03-11 02:20
1.0.10

El rango de operación se ha extendido a 1902-2038 en el sistema subyacente (Perl o funciones POSIX) apoya.
Tags: Minor bugfixes
The range of operation has been extended to 1902-2038 where the underlying system (Perl or POSIX functions) supports it.

Project Resources