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

Search results for "module:Date::Convert"

Date::Convert - Convert Between any two Calendrical Formats River stage one • 1 direct dependent • 1 total dependent

Fucntion can be split into several categories: * Universal functions available for all subclasses (ie. all formats). The fundamental conversion routines fit this category. * Functions that are useful but don't necessarily make sense for all subclasse...

MORTY/DateConvert-0.16 - 28 Jan 2000 00:49:22 UTC

Convert::Ethiopic::Date - conversions of calendar systems to/from Ethiopic and Gregorian. River stage zero No dependents

Ethiopic::Time and Ethiopic::Cstocs are designed as interfaces to the methods in the Ethiopic:: module and is oriented as services for the LiveGeez:: module. In this version Ethiopic::Time expects to receive an object with hash elements using the key...

DYACOB/Convert-Ethiopic-0.20-210102 - 09 Feb 2002 21:31:35 UTC

Date::Convert::French_Rev - Convert from / to French Revolutionary Calendar River stage zero No dependents

The following methods are available: new Create a new Revolutionary date object with the specified year, month, day parameters, e.g. $date = Date::Convert::French_Rev->new(8, 2, 18) for 18 Brumaire VIII. date Extract a list consisting of the year, th...

JFORGET/Date-Convert-French_Rev-0.09 - 22 Sep 2020 04:58:10 UTC

Units/Convert/Date.pm River stage one • 2 direct dependents • 7 total dependents

SFINK/Math-Calc-Units-1.07 - 04 Aug 2009 16:55:12 UTC

Sculptor::Date - Convert Sculptor 4GL dates River stage zero No dependents

ALLOLEX/Sculptor-Date-0.02 - 25 Apr 2010 07:59:41 UTC

Date::Hijri - Perl extension to convert islamic (hijri) and gregorian dates. River stage one • 1 direct dependent • 2 total dependents

This simple module converts gregorian dates to islamic (hijri) and vice versa. The dates must be given as an array containing the day, month and year, and return the corresponding date as a list with the same elements....

APLEINER/Date_Hijri-0.02 - 26 Aug 2003 10:18:49 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::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

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

Date::Converter - Convert dates between calendar systems River stage zero No dependents

Module converts groups of three values (year, month, day) into another group of three values belonging to different calendar. To execute the conversion, first create an instance of a converter for the desired pair of calendars: my $converter = new Da...

ANDY/Date-Converter-1.1 - 26 Mar 2009 21:27:38 UTC

Date::Baha::i - Convert to and from Baha'i dates River stage zero No dependents

This package renders the Baha'i date from two standard date formats - epoch time and a (year, month, day) triple. It also converts a Baha'i date to standard ymd format. CYCLES Each cycle of nineteen years is called a Vahid. Nineteen cycles constitute...

GENE/Date-Baha-i-0.2100 - 02 Oct 2018 22:17:50 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::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

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::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

Class::Date - Class for easy date and time manipulation River stage two • 11 direct dependents • 13 total dependents

This 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

Mac::PropertyList - work with Mac plists at a low level River stage two • 11 direct dependents • 13 total dependents

This module is a low-level interface to the Mac OS X Property List (plist) format in either XML or binary. You probably shouldn't use this in applications–build interfaces on top of this so you don't have to put all the heinous multi-level object stu...

BDFOY/Mac-PropertyList-1.504 - 08 Jul 2022 03:18:32 UTC

Date::Korean - Conversion between Korean solar / lunisolar date. River stage one • 1 direct dependent • 2 total dependents

The traditional korean lunisolar calendar is based on the chinese calendar. This module handles conversion between Korean solar and lunisolar date....

AERO/Date-Korean-0.0.2 - 03 Jan 2009 05:53:32 UTC
59 results (0.029 seconds)