blob: 57de9d36754625626a229357a69cbeccc28a3bd2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
This module is intended to provide a general-purpose date and
datetime type for perl. You have a Class::Date class for absolute
date and datetime, and have a Class::Date::Rel class for relative
dates.
You can use ``+'', ``-'', ``<'' and ``>'' operators as with native
perl data types.
WWW: http://dlux.sch.bme.hu/Class-Date/
- Pete
petef@databits.net
|