DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please see <http://datetime.perl.org/>. The DateTime site has a FAQ which may help answer many "how do I do X?...
DROLSKY/DateTime-1.54 - 04 Dec 2020 22:22:11 UTCSybase::CTlib implements a subset of the Sybase Open Client Client Library API. For the most part the syntax is the same or very similar to the C language version, though in some cases the syntax varies a little to make the life of the perl programme...
MEWP/sybperl-2.20 - 15 Feb 2021 09:33:03 UTCSybase::DBlib implements a subset of the Sybase DB-Library API. In general the perl version of the DB-Library calls use the same syntax as the C language version. However, in some cases the syntax (and sometimes, meaning) of some calls has been modif...
MEWP/sybperl-2.20 - 15 Feb 2021 09:33:03 UTCDateTime::Set is a module for datetime sets. It can be used to handle two different types of sets. The first is a fixed set of predefined datetime objects. For example, if we wanted to create a set of datetimes containing the birthdays of people in o...
FGLOCK/DateTime-Set-0.3900 - 09 Oct 2016 07:52:54 UTCDateTime::Tiny is a most prominent member of the DateTime::Tiny suite of time modules. It implements an extremely lightweight object that represents a datetime. The Tiny Mandate Many CPAN modules which provide the best implementation of a certain con...
DAGOLDEN/DateTime-Tiny-1.07 - 22 Apr 2018 09:07:10 UTCThis module enables you to generate DateTime objects that represent the current time with sub-second resolution....
DROLSKY/DateTime-HiRes-0.04 - 26 Jul 2020 22:47:50 UTCTypes::DateTime is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. Types This module provides some type constraints broadly compatible with those provided by MooseX::Types::DateTime, plus a ...
TOBYINK/Types-DateTime-0.002 - 19 Jun 2017 16:19:28 UTCDateTime::Locale is primarily a factory for the various locale subclasses. It also provides some functions for getting information on all the available locales. If you want to know what methods are available for locale objects, then please read the "...
DROLSKY/DateTime-Locale-1.31 - 22 Dec 2020 17:39:16 UTCLNATION/DateTime-Ordinal-0.03 - 06 Oct 2019 17:20:22 UTC
LazyInit is designed to quickly create objects that have the potential to become DateTime objects. It does this by accepting anything you pass to it as being a valid parameter and value for a DateTime object. Once a method is called that is beyond th...
RICKM/DateTime-LazyInit-1.0200 - 14 May 2006 04:11:38 UTCThis class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. Note that without the DateTime module, this module does not do...
DROLSKY/DateTime-TimeZone-2.47 - 24 Jan 2021 20:56:34 UTCRose::DateTime::Util is a thin wrapper around DateTime that provides a very simple date parser and a few extra date formatting options....
JSIRACUSA/Rose-DateTime-0.540 - 08 Dec 2013 14:51:47 UTCThis module simply exports all class methods of DateTime into the caller's namespace....
NEILB/DateTime-Functions-0.13 - 03 Jul 2016 22:29:22 UTCCreates data structures suitable for populating HTML::Template, Template Toolkit or Template::Magic templates with dropdown date and time menus. Allows any number of dropdown menus to be displayed on a single page, each independantly configurable. Di...
CFRANKS/HTML-Menu-DateTime-1.00 - 03 Nov 2005 16:10:45 UTCThis module can convert asctime to chinese format in your locale. you can select china singapore hongkong taiwan locale and gb2312/big5 charset. asctime is ASC C standard format will from "localtime" like this: $asctime = localtime();...
HOOWA/Lingua-ZH-DateTime-0.01 - 21 Feb 2006 03:00:25 UTCDateTime::Incomplete is a class for representing partial dates and times. These are actually encountered relatively frequently. For example, a birthday is commonly given as a month and day, without a year....
FGLOCK/DateTime-Incomplete-0.08 - 10 Nov 2015 13:04:21 UTCThis module provides convenience methods that let you easily create "DateTime::Set", "DateTime", or "DateTime::Duration" objects with random values....
FGLOCK/DateTime-Event-Random-0.03 - 17 Mar 2004 18:09:22 UTCThis module provides a parser (and also a formater) for datetime strings using patterns as defined by the Unicode CLDR Project (Common Locale Data Repository). <http://unicode.org/cldr/>. CLDR format is supported by DateTime and DateTime::Locale star...
MAROS/DateTime-Format-CLDR-1.19 - 02 Jun 2017 21:03:50 UTCThis module packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects. Namespaced Example: use MooseX::Types::DateTime; has time_zone => ( isa => 'DateTime::TimeZone', is => "rw", coerce => 1, )...
ETHER/MooseX-Types-DateTime-0.13 - 04 Oct 2015 23:39:05 UTC