Search results for "module:Date::Calc::Object"
Date::Tie - ISO dates made easy
Date::Tie is an attempt to simplify date operations syntax. It works with calendar dates (year-month-day), ordinal dates (year-day), week dates (year-week-day), times (hour:minute:second), decimal fractions (decimal hours, decimal minutes and decimal...
FGLOCK/Date-Tie-0.20 - 12 Feb 2009 19:32:32 UTC
Data::Domain - Data description and validation
A data domain is a description of a set of values, either scalar or structured (arrays or hashes). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields, and also contextu...
DAMI/Data-Domain-1.12 - 16 May 2023 19:59:24 UTC
Class::Date - Class for easy date and time manipulation
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 wi...
YANICK/Class-Date-1.1.17 - 01 Jun 2018 13:11:48 UTC
Date::Biorhythm - a biorhythm calculator
I find biorhythms mildly amusing, but I got tired of visiting http://www.facade.com/biorhythm and having to deal with their web-based form for date entry. I vaguely remembered there being a Perl module for biorhythm calculation, but I couldn't find i...
BEPPU/Date-Biorhythm-2.2 - 13 Sep 2006 15:41:07 UTC
Date::Gregorian - Gregorian calendar
Calendars define some notation to identify days in history. The Gregorian calendar, now in wide use, was established by Pope Gregory XIII in AD 1582 as an improvement over the less accurate Julian calendar that had been in use before. Both of these c...
MHASCH/Date-Gregorian-0.13 - 12 Oct 2019 18:36:34 UTC
Date::Parser::Date - Simple date object
A simple date object....
HEJKI/Date-Parser-0.4 - 26 Apr 2011 11:31:05 UTC
Date::Components - Parses, processes and formats ONLY dates and date components (time parameters are ignored).
Date::Components parses dates into components on the front end, formats them on the back end and enables many operations on whole dates and date components in between. This unique module was created to combine a parser, formatter, component operators...
DMAC/Date-Components-0.2.1 - 10 Jan 2008 05:39:33 UTC
Date::Range::Birth - range of birthday for an age
Date::Range::Birth is a subclass of Date::Range, which provides a way to construct range of dates for birthday....
MIYAGAWA/Date-Range-Birth-0.02 - 08 Dec 2001 10:55:23 UTC
Date::Japanese::Era - Conversion between Japanese Era / Gregorian calendar
Date::Japanese::Era handles conversion between Japanese Era and Gregorian calendar....
MIYAGAWA/Date-Japanese-Era-0.08 - 04 Mar 2022 19:58:02 UTC
Date::Simple::Range - A range of Date::Simple objects
A range of Date::Simple objects....
ZUMMO/Date-Simple-Range-1.1 - 18 Dec 2008 08:02:44 UTC
Template::Plugin::Date - Plugin to generate formatted date strings
The "Date" plugin provides an easy way to generate formatted time and date strings by delegating to the "POSIX" "strftime()" routine. The plugin can be loaded via the familiar USE directive. [% USE date %] This creates a plugin object with the defaul...
ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC
Date::Calc::Iterator - Iterate over a range of dates
new Creates a new object. You must pass it the end points of a date interval as array references or ISO 8601 date strings. $i = Date::Calc::Iterator->new( from => [2003,12,1], to => [2003,12,10] ) "from" and "to" are, obviously, required. Optionally,...
BRONTO/Date-Calc-Iterator-1.02 - 20 Apr 2018 07:05:22 UTC
Date::Handler::Range - Time range object
Range objects are used to specify moments in time between 2 dates. For the moment, this functionnality is very primitive but will evolve in future versions. Each range object is constructed by a base Date::Handler object. Then combined to that is a D...
BBEAUSEJ/Date-Handler-1.2 - 11 Nov 2004 19:13:26 UTC
Date::Handler::Delta - Time lapse object
Date::Handler::Delta is an object that represents a lapse of time. It's internal representation of a time lapse if reduced to months and seconds. A Date::Handler::Delta object is always relative to a Date::Handler object, it's calculation methods bec...
BBEAUSEJ/Date-Handler-1.2 - 11 Nov 2004 19:13:26 UTC
Date::Japanese::Holiday - Calculate Japanese Holiday.
This module adds "is_holiday" method to Date::Simple, which calcualtes Japanese holiday. This module supports from 1948-04-20 to now. Date::Japanese::Holiday itself is-a Date::Simple, so you can call this method also on Date::Japanese::Holiday object...
IKEBE/Date-Japanese-Holiday-0.05 - 25 Sep 2003 13:04:13 UTC
Date::ManipX::Almanac::Date - Methods for working with almanac dates
This Perl module implements a version of Date::Manip::Date that can parse a selection of almanac events. These are implemented using the relevant Astro::Coord::ECI classes. This module is not an actual subclass of Date::Manip::Date, but holds a "Date...
WYANT/Date-ManipX-Almanac-0.003 - 30 Sep 2022 15:00:45 UTC