summaryrefslogtreecommitdiff
path: root/devel/p5-Date-Simple
AgeCommit message (Collapse)AuthorFilesLines
2005-11-19Fixed definition of PERL5_PACKLIST.rillig1-2/+2
2005-09-03Import p5-Date-Simple from pkgsrc-wip. Packaged by George Michaelson.minskim4-0/+34
Dates are complex enough without times and timezones. This module may be used to create simple date objects. It handles: Validation: Reject 1999-02-29 but accept 2000-02-29. Interval arithmetic: How many days were between two given dates? What date comes N days after today? Day-of-week calculation: What day of the week is a given date? It does NOT deal with hours, minutes, seconds, and time zones.