Search results for "module:Date"
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
Date::MSD - conversion between flavours of Mars Sol 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 module performs conversions between different flavours of linear count of Martian solar days ("sols"). Amo...
ZEFRAM/Date-MSD-0.005 - 30 Jul 2017 11:14:38 UTC
PFT::Date - Representation of date
"PFT::Date" is defined as a blessed array reference. The first element is the year, the second is the month, the third is the day....
DACAV/PFT-v1.4.1 - 23 Jul 2019 15:14:22 UTC
Date::Day - Perl extension for converting a date to its respective day.
After noticing the complexity of some modules for determining the day of a specific date, I decided to write this module. It is by far the shortest module of its kind performing the above task. This module exports a subroutine called day() which take...
ESSENZ/Date-Day-1.04 - 08 Dec 2002 02:02:06 UTC
Date::Tie - ISO dates made easy
Date::Tie is an attempt to simplify date operations syntax. It works with calendar dates (year-month-day), ordinal dates (year-day), week dates (year-week-day), times (hour:minute:second), decimal fractions (decimal hours, decimal minutes and decimal...
FGLOCK/Date-Tie-0.20 - 12 Feb 2009 19:32:32 UTC
Date::ISO - Perl extension for converting dates between ISO and Gregorian formats.
Convert dates between ISO and Gregorian formats. new my $iso = Date::ISO->new( iso => $iso_date_string ); my $iso = Date::ISO->new( epoch = $epoch_time ); Set the time to 2:30:25 on the date specified in $iso_date_string my $iso = Date::ISO->new( iso...
RBOW/Date-ISO-1.31 - 07 Mar 2014 13:48:18 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::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::Maya - Translate between Julian days and Maya days.
For an extensive description of both the Maya calendar and Julian days, see the calendar faq [1]. This module presents routines to calculate the Mayan day from a Julian day, and a Julian day from a Mayan day. The Mayan calendar has different dating s...
ABIGAIL/Date-Maya-2010011301 - 13 Jan 2010 21:03:06 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
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::Span - deal with date/time ranges than span multiple dates
This module provides code for dealing with datetime ranges that span multiple calendar days. This is useful for computing, for example, the amount of seconds spent performing a task on each day. Given the following table: event | begun | ended ------...
RJBS/Date-Span-1.129 - 01 Jan 2023 02:28:12 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
Mojo::Date - HTTP date
Mojo::Date implements HTTP date and time functions, based on RFC 7230 <https://tools.ietf.org/html/rfc7230>, RFC 7231 <https://tools.ietf.org/html/rfc7231> and RFC 3339 <https://tools.ietf.org/html/rfc3339>....
SRI/Mojolicious-9.35 - 27 Oct 2023 17:11:42 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
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::Utils - Common date functions as Moo Role.
Common date functions as Moo Role. It is being used by the following distributions: * Date::Bahai::Simple * Date::Gregorian::Simple * Date::Hebrew::Simple * Date::Hijri::Simple * Date::Julian::Simple * Date::Persian::Simple * Date::Saka::Simple...
MANWAR/Date-Utils-0.28 - 13 Oct 2019 12:12:22 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::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