This module provides a series of test cases to be runned during the make test of the Date::Handler module....
BBEAUSEJ/Date-Handler-1.2 - 11 Nov 2004 19:13:26 UTCDate::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 UTCRange 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 UTCGSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC
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.07 - 29 Apr 2020 20:10:30 UTCThis 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 UTCis_valid This Input Handler verifies that it is dealing with a reasonable date. Reasonably means anything that Date::Manip thinks is sensible, so you could use any of (for example): "December 12, 2001" "12th December, 2001" "2001-12-12" "next Tuesday...
TMTM/CGI-Untaint-date-1.00 - 26 Sep 2005 13:38:48 UTCMac::PropertyList is useful, but very slow on large files because it does XML parsing itself, intead of handing it off to a dedicated parser. This module uses XML::SAX::ParserFactory to select a parser capable of doing the heavy lifting, reducing par...
KULP/Mac-PropertyList-SAX-0.90 - 03 Oct 2020 17:12:05 UTCGenealogy::Gedcom::Date provides a Marpa-based parser for GEDCOM dates. Calender escapes supported are (case-insensitive): French r/German/Gregorian/Hebrew/Julian. Gregorian is the default, and does not need to be used at all. Comparison of 2 "Geneal...
RSAVAGE/Genealogy-Gedcom-Date-2.10 - 09 May 2018 23:04:33 UTCBasically just utility routines for Genealogy::Gedcom::Date. Only used indirectly by Marpa::R2. Specifially, calls to functions are triggered by items in the input stream matching elements of the current grammar (and Marpa does the calling). Each act...
RSAVAGE/Genealogy-Gedcom-Date-2.10 - 09 May 2018 23:04:33 UTCA slight alteration of the original FH::Field::Date to make it also accept infinite input for dates (DateTime supports this)....
TORBJORN/HTML-FormHandler-Field-Date-Infinite-v0.1.3 - 21 Apr 2015 10:06:10 UTCUnlike in perl compiler where the "date" type can be represented either as int (epoch), DateTime object or Time::Moment object, in js compiler we only represent date with the "Date" object. Date() accept various kinds of arguments, including: * Date(...
PERLANCAR/Data-Sah-JS-0.87 - 14 Sep 2016 12:43:06 UTCThe "date" type can be represented using one of three choices: int (epoch), DateTime object, or Time::Moment object. This choice can be specified in the schema using clause attribute "x.perl.coerce_to", e.g.: ["date", "x.perl.coerce_to"=>"float(epoch...
PERLANCAR/Data-Sah-0.908 - 21 May 2020 12:39:32 UTCPERLANCAR/Data-Sah-0.908 - 21 May 2020 12:39:32 UTC