2006-02-06 16:43:08 +01:00
|
|
|
Quite often, when dealing with dates, we don't just want to know
|
|
|
|
information about one particular date, but about a range of dates. For
|
|
|
|
example, we may wish to know whether a given date is in a particular
|
|
|
|
range, or what the overlap is between one range and another. This module
|
|
|
|
lets you ask such questions.
|
|
|
|
|
2006-02-20 21:50:22 +01:00
|
|
|
WWW: http://search.cpan.org/dist/Date-Range/
|