Search results for "module:Date::Format"
Date::Format - Date formating subroutines
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 UTC
Email::Date::Format - produce RFC 2822 date strings
This 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.008 - 14 Jan 2023 02:44:57 UTC
Date::Format::ISO8601 - Format date (Unix timestamp) as ISO8601 datetime/date/time string
This module formats Unix timestamps (epochs) as ISO8601 date/time strings. It is a lightweight alternative to DateTime::Format::ISO8601::Format and DateTime::Format::ISO8601. Keywords: epoch, Unix time...
PERLANCAR/Date-Format-ISO8601-0.012 - 23 Sep 2022 00:05:42 UTC
Bencher::Scenario::Date::TimeOfDay::format - Benchmark timeofday formatting
Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....
PERLANCAR/Bencher-Scenarios-Date-TimeOfDay-0.002 - 06 Aug 2023 00:05:56 UTC
Text::MessageFormat - Language neutral way to display messages
Text::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 UTC
Email::Date - Find and Format Date Headers
Achtung! 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 UTC
Date::JD - conversion between flavours of Julian Date
For 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 UTC
Tk::Date - a date/time widget for perl/Tk
Tk::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 UTC
Date::Utility - A class that represents a datetime in various format
A class that represents a datetime in various format...
BINARY/Date-Utility-1.11 - 17 Oct 2022 14:37:22 UTC
Date::MSAccess - Manage dates in MS Access format
"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 UTC
Data::Domain - Data description and validation
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.12 - 16 May 2023 19:59:24 UTC
HTTP::Date - HTTP::Date - date conversion routines
This 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.06 - 06 Jul 2023 22:31:19 UTC
Time::Date - A time and date object for Perl
Time::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 UTC
Date::Time - Lightweight normalised datetime data type
See 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 UTC
Date::ICal - Perl extension for ICalendar date objects.
Date::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....
SKIM/Date-ICal-2.682 - 24 May 2023 14:54:29 UTC
Date::Tiny - A date object, with as little code as possible
Date::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 UTC
Date::Easy - easy dates with Time::Piece compatibility
Date::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 UTC
Date::Roman - Perl OO extension for handling roman style dates
This 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 - Parse date strings into time values
"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 UTC