Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fglock/datetime-set
Datetime sets and set math
https://github.com/fglock/datetime-set
Last synced: 2 months ago
JSON representation
Datetime sets and set math
- Host: GitHub
- URL: https://github.com/fglock/datetime-set
- Owner: fglock
- License: other
- Created: 2012-12-16T17:45:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T09:30:14.000Z (about 4 years ago)
- Last Synced: 2024-06-18T16:56:47.407Z (6 months ago)
- Language: Perl
- Size: 317 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
OVERVIEW
The DateTime::Set module provides a date/time sets implementation.
It allows, for example, the generation of groups of dates,
like "every wednesday", and then find all the dates matching that
pattern, within a time range.INSTALLATION
To install this module type the following in the distribution
directory:perl Build.PL
perl Build
perl Build test
perl Build install