This module provides routines to format dates into ASCII strings. They correspond to the C library routines "strftime" and "ctime". time2str(TEMPLATE, TIME [, ZONE]) "time2str" converts "TIME" into an ASCII string using the conversion specification g...
ATOOMIC/TimeDate-2.33 - 19 May 2020 18:00:18 UTCThis module provides a simple means for generating an RFC 2822 compliant datetime string. (In case you care, they're not RFC 822 dates, because they use a four digit year, which is not allowed in RFC 822.)...
RJBS/Email-Date-Format-1.005 - 13 Oct 2014 12:35:17 UTCThis module formats Unix timestamps (epochs) as ISO8601 date/time strings. It is a lightweight alternative to DateTime::Format::ISO8601::Format and DateTime::Format::ISO8601....
PERLANCAR/Date-Format-ISO8601-0.010 - 22 Oct 2020 02:57:40 UTCText::MessageFormat is a Perl version of Java's java.text.MessageFormat and aims to be format-compatible with that class. MesageFormat provides a means to produce concatenated messages in language-neutral way. Use this to construct messages displayed...
MIYAGAWA/Text-MessageFormat-0.01 - 20 Aug 2002 21:35:09 UTCAchtung! Probably you'll be find just using Email::Date::Format to produce dates or Date::Parse to parse dates. This module isn't much needed anymore, but does provide "find_date", described below. RFC 2822 defines the "Date:" header. It declares the...
RJBS/Email-Date-1.104 - 02 Aug 2013 22:02:10 UTCFor date and time calculations it is convenient to represent dates by a simple linear count of days, rather than in a particular calendar. This is such a good idea that it has been invented several times. If there were a single such linear count then...
ZEFRAM/Date-JD-0.006 - 30 Jul 2017 11:02:58 UTCTk::Date implements a date/time widget. There are three ways to input a date: * Using the keyboard to input the digits and the tab key or the mouse pointer to move focus between fields. * Using up and down cursor keys to increment/decrement the date ...
SREZIC/Tk-Date-0.44 - 25 Oct 2010 20:11:03 UTCA class that represents a datetime in various format...
BINARY/Date-Utility-1.09 - 21 Jun 2018 04:36:17 UTC"Date::MSAccess" is a pure Perl module. It can convert a number which is an MS Access date into a string of the form 'YYYYMMDD'. Also, it can return today's date in MS Access format. Note: MS Access dates are based on 12 noon. Note: MS Access dates c...
RSAVAGE/Date-MSAccess-1.05 - 24 Aug 2010 07:19:37 UTCThis module provides functions that deal the date formats used by the HTTP protocol (and then some more). Only the first two functions, time2str() and str2time(), are exported by default. time2str( [$time] ) The time2str() function converts a machine...
OALDERS/HTTP-Date-6.05 - 19 Nov 2019 03:03:07 UTCTime::Date is a class that can be used to represent a date as an object. Unlike other modules, this one just stores a Unix epoch within the object and relies heavily on the underlying operating system so it's very fast. It provides functionality for ...
JACOBG/Time-Date-0.05 - 01 Nov 2017 17:01:55 UTCA 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 UTCSee the README as for now. By the way, I want to be neutral to the calender system - that's why the SYNOPSIS above looks like it does. Personally I think Gregorian dates sucks a lot - but I'm living in a Gregorian world and I'm myself mostly thinking...
TOBIX/OO-DateTime-0.01 - 03 Mar 2000 01:24:05 UTCDate::ICal talks the ICal date format, and is intended to be a base class for other date/calendar modules that know about ICal time format also....
RBOW/Date-ICal-2.678 - 05 Jul 2011 15:35:52 UTCDate::Tiny is a member of the DateTime::Tiny suite of time modules. It implements an extremely lightweight object that represents a date, without any time data. The Tiny Mandate Many CPAN modules which provide the best implementation of a concept can...
DAGOLDEN/Date-Tiny-1.07 - 23 Jun 2016 13:44:17 UTCDate::Easy provides simple date and datetime objects that will do what you expect, provided you expect them to do the right things. At its heart, a "use Date::Easy" statement is just a shortcut for this: use Date::Easy::Date ':all'; use Date::Easy::D...
BAREFOOT/Date-Easy-0.10 - 14 Jan 2020 21:58:39 UTCThis module defines a class for handling Roman dates as defined by Julius Caesar in 45 BC....
HOBBIT/Date-Roman-1.06 - 18 May 2005 23:18:58 UTC"Date::Parse" provides two routines for parsing date strings into time values. str2time(DATE [, ZONE]) "str2time" parses "DATE" and returns a unix time value, or undef upon failure. "ZONE", if given, specifies the timezone to assume when parsing if t...
ATOOMIC/TimeDate-2.33 - 19 May 2020 18:00:18 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 UTC