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.78 - 15 Dec 2020 20:30:23 UTCThis module has no user-facing parts....
DROLSKY/DateTime-Format-Strptime-1.78 - 15 Dec 2020 20:30:23 UTCDROLSKY/DateTime-Format-Builder-0.83 - 09 Aug 2020 17:55:54 UTC
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 UTCThis 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 UTCDateTime::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 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 class is used to represent locales instantiated from the data in the DateTime::Locale::Data module....
DROLSKY/DateTime-Locale-1.31 - 22 Dec 2020 17:39:16 UTCThis 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 UTCThe 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 UTCThis 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 UTCThis 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 UTCThis 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 UTCThis 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 UTCLTRIANT/MooX-Types-MooseLike-DateTime-0.01 - 19 Aug 2014 10:44:16 UTC
Ensure input can later be inflated to a DateTime object....
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTCInflate dates into DateTime objects. For a corresponding deflator, see HTML::FormFu::Deflator::Strftime....
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTCOftentimes, 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 UTCThis package provides constraint routines for Data::FormValidator for dealing with dates and times. It provides an easy mechanism for validating dates of any format (using strptime(3)) and transforming those dates (as long as you 'untaint' the fields...
WONKO/Data-FormValidator-Constraints-DateTime-1.11 - 09 Jun 2010 18:12:19 UTC