The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:DateTime::Format:: Strptime"

DateTime::Format::Strptime - Parse and format strp and strf time patterns River stage three • 124 direct dependents • 258 total dependents

This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for "DateTime". While "strftime" takes a "DateTime" and a pattern and returns a string, "strptime" takes a string and a pattern and returns the "DateTi...

DROLSKY/DateTime-Format-Strptime-1.79 - 02 May 2021 19:16:22 UTC

DateTime::Format::Strptime::Types - Types used for parameter checking in DateTime::Format::Strptime River stage three • 124 direct dependents • 258 total dependents

This module has no user-facing parts....

DROLSKY/DateTime-Format-Strptime-1.79 - 02 May 2021 19:16:22 UTC

DateTime::Format::Builder::Parser::Strptime - strptime based date parsing River stage three • 23 direct dependents • 512 total dependents

DROLSKY/DateTime-Format-Builder-0.83 - 09 Aug 2020 17:55:54 UTC

DateTime - A date and time object for Perl River stage four • 1153 direct dependents • 3694 total dependents

DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...

DROLSKY/DateTime-1.65 - 06 Nov 2023 05:14:16 UTC

SPOPSx::Tool::DateTime - SPOPS extension for arbitrarily formatted DateTime fields River stage zero No dependents

This module allows for DateTime objects to be stored to and loaded from a database field. This module differs from the SPOPS::Tool::DateConvert tool that is distributed with SPOPS in that it allows for the use of arbitrary DateTime format objects. (S...

HANENKAMP/SPOPSx-Tool-DateTime-0.02 - 14 Jul 2005 08:10:43 UTC

DateTime::Format::Builder - Create DateTime parser classes and objects. River stage three • 23 direct dependents • 512 total dependents

DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of s...

DROLSKY/DateTime-Format-Builder-0.83 - 09 Aug 2020 17:55:54 UTC

Module::Generic::DateTime - A DateTime wrapper for enhanced features River stage two • 15 direct dependents • 19 total dependents

Module::Generic::DateTime is a thin wrapper around DateTime to provide additional features as exemplified above. It also enables the DateTime object to be thawed and frozen and converted to JSON with the respective methods "STORABLE_freeze", "STORABL...

JDEGUEST/Module-Generic-v0.35.3 - 09 Apr 2024 21:49:20 UTC

DateTime::Format::CLDR - Parse and format CLDR time patterns River stage one • 5 direct dependents • 6 total dependents

This 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 UTC

DateTime::Locale::FromData - Class for locale objects instantiated from pre-defined data River stage four • 25 direct dependents • 3698 total dependents

This class is used to represent locales instantiated from the data in the DateTime::Locale::Data module....

DROLSKY/DateTime-Locale-1.42 - 18 Apr 2024 15:55:25 UTC

Bundle::DateTime::Complete - Bundle with all DateTime related modules River stage zero No dependents

This bundle contains all modules related to the DateTime project: base modules, formatters and parsers, calendars and event modules. If you're not seriously interested in dates, times, calendars, or the DateTime project, you might be better served by...

PIJLL/Bundle-DateTime-Complete-0.15 - 06 Oct 2006 12:03:53 UTC

Template::Plugin::DateTime - A Template Plugin To Use DateTime Objects River stage one • 2 direct dependents • 2 total dependents

The basic idea to use a DateTime plugin is as follows: USE date = DateTime(year = 2004, month = 4, day = 1); -OR- by passing a pattern to parse a date by string using DateTime::Format::Strptime USE date = DateTime(from_string => '2008-05-30 00:00:00'...

DMAKI/Template-Plugin-DateTime-0.06002 - 04 Aug 2011 01:54:14 UTC

DateTime::Format::Oracle - Parse and format Oracle dates and timestamps River stage two • 2 direct dependents • 29 total dependents

This module may be used to convert Oracle date and timestamp values into "DateTime" objects. It also can take a "DateTime" object and produce a date string matching the "NLS_DATE_FORMAT". Oracle has flexible date formatting via its "NLS_DATE_FORMAT" ...

KOLIBRIE/DateTime-Format-Oracle-0.06 - 12 Oct 2011 01:31:40 UTC

Jifty::DBI::Filter::DateTime - DateTime object wrapper around date columns River stage one • 4 direct dependents • 6 total dependents

This filter allow you to work with DateTime objects instead of plain text dates. If the column type is "date", then the hour, minute, and second information is discarded when encoding. Both input and output will always be coerced into UTC (or, in the...

ALEXMV/Jifty-DBI-0.78 - 30 Apr 2015 19:16:36 UTC

DateTime::Format::RFC3501 - Parse and format RFC3501 datetime strings River stage one • 1 direct dependent • 1 total dependent

This module understands the RFC3501 date-time format, defined at http://tools.ietf.org/html/rfc3501. It can be used to parse this format in order to create the appropriate objects....

ALEXM/DateTime-Format-RFC3501-0.03 - 25 Jan 2021 00:27:06 UTC

DateTime::TimeZone::Catalog::Extend - Extend DateTime::TimeZone catalog River stage two • 2 direct dependents • 20 total dependents

This is a very simple module based on the list of time zone aliases <https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations> that are sometimes found in dates. Upon using this module, it will add to the DateTime::TimeZone::Catalog those aliase...

JDEGUEST/DateTime-TimeZone-Catalog-Extend-v0.3.1 - 11 Oct 2023 07:56:07 UTC

DateTime::Format::Builder::Parser - Parser creation River stage three • 23 direct dependents • 512 total dependents

This is a utility class for DateTime::Format::Builder that handles creation of parsers. It is to here that "Builder" delegates most of its responsibilities....

DROLSKY/DateTime-Format-Builder-0.83 - 09 Aug 2020 17:55:54 UTC

MooX::Types::MooseLike::DateTime - a DateTime type for Moo River stage one • 1 direct dependent • 1 total dependent

LTRIANT/MooX-Types-MooseLike-DateTime-0.01 - 19 Aug 2014 10:44:16 UTC

HTML::FormFu::Constraint::DateTime - DateTime constraint River stage two • 13 direct dependents • 25 total dependents

Ensure input can later be inflated to a DateTime object....

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC

HTML::FormFu::Inflator::DateTime - DateTime inflator River stage two • 13 direct dependents • 25 total dependents

Inflate dates into DateTime objects. For a corresponding deflator, see HTML::FormFu::Deflator::Strftime....

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC

Template::Plugin::DateTime::Format - format DateTime objects from inside TT with DateTime::Format-style formatters River stage zero No dependents

Oftentimes, you have a DateTime object that you want to render in your template. However, the default rendering (2008-01-01T01:23:45) is pretty ugly. Formatting the DateTime with a DateTime::Format object is the usual solution, but there's usually no...

NEILB/Template-Plugin-DateTime-Format-0.03 - 01 Oct 2014 20:31:03 UTC
21 results (0.053 seconds)