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

Search results for "module:Date"

lib/Date.pm River stage one • 6 direct dependents • 6 total dependents

SYBER/Date-5.2.13 - 31 Jan 2024 13:00:52 UTC

Date::JD - conversion between flavours of Julian Date River stage one • 1 direct dependent • 2 total dependents

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::Day - Perl extension for converting a date to its respective day. River stage zero No dependents

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::MSD - conversion between flavours of Mars Sol Date River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

"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::Tie - ISO dates made easy River stage zero No dependents

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. River stage zero No dependents

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

HTTP::Date - HTTP::Date - date conversion routines River stage four • 156 direct dependents • 8608 total dependents

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::Tiny - A date object, with as little code as possible River stage one • 1 direct dependent • 1 total dependent

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. River stage one • 4 direct dependents • 5 total dependents

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. River stage zero No dependents

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

qbit::Date - Functions to manipulate dates. River stage two • 32 direct dependents • 33 total dependents

MADSKILL/qbit-2.8 - 05 Nov 2018 18:23:23 UTC

Date::Span - deal with date/time ranges than span multiple dates River stage one • 1 direct dependent • 1 total dependent

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

Date::Easy - easy dates with Time::Piece compatibility River stage one • 1 direct dependent • 1 total dependent

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

Mojo::Date - HTTP date River stage four • 943 direct dependents • 1041 total dependents

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.36 - 08 Mar 2024 22:16:38 UTC

Time::Date - A time and date object for Perl River stage zero No dependents

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 River stage zero No dependents

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::Parse - Parse date strings into time values River stage four • 188 direct dependents • 9140 total dependents

"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

Email::Date - Find and Format Date Headers River stage two • 9 direct dependents • 20 total dependents

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::Utils - Common date functions as Moo Role. River stage two • 7 direct dependents • 15 total dependents

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
1,397 results (0.025 seconds)