Calendars define some notation to identify days in history. The Gregorian calendar, now in wide use, was established by Pope Gregory XIII in AD 1582 as an improvement over the less accurate Julian calendar that had been in use before. Both of these c...
MHASCH/Date-Gregorian-0.13 - 12 Oct 2019 18:36:34 UTC*Date::Gregorian::Exact* was a subclass extending Date::Gregorian towards higher precision (sufficient to deal with timestamps). Due to the simplicity of its data model, however, it never came close to satisfyingly handle real-life timestamps. Theref...
MHASCH/Date-Gregorian-0.13 - 12 Oct 2019 18:36:34 UTCRepresents the Gregorian date....
MANWAR/Date-Gregorian-Simple-0.17 - 15 Oct 2019 17:38:04 UTC*Date::Gregorian::Business* is an extension of Date::Gregorian supporting date calculations involving business days. Objects of this class have a notion of whether or not a day is a business day and provide methods to count business days between two ...
MHASCH/Date-Gregorian-0.13 - 12 Oct 2019 18:36:34 UTCFucntion 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 UTCConvert 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 UTCThis 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 UTCGregorian date -> Jalali (used in Iran, ...?) EXPORT None by default....
AHMAD/Date-Jalali-0.01 - 13 Jun 2003 23:25:28 UTCGregorian date -> Jalali (used in Iran, ...?) EXPORT None by default....
EHSAN/Date-Jalali2-0.07 - 13 Jan 2019 14:15:54 UTCDate::Japanese::Era handles conversion between Japanese Era and Gregorian calendar....
MIYAGAWA/Date-Japanese-Era-0.07 - 01 Apr 2019 03:31:11 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 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 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 UTCCommon 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 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 UTCCalculates Easter for a given year. easter() is, for the moment, an alias to gregorian_easter(), since that's what most people use now. The thought was to somehow know which of the other methods to call, that that proved to be rather sticky....
RBOW/Date-Easter-1.22 - 19 Jan 2015 21:36:52 UTCDates are complex enough without times and timezones. This module may be used to create simple date objects. It handles: Validation. Reject 1999-02-29 but accept 2000-02-29. Interval arithmetic. How many days were between two given dates? What date c...
IZUT/Date-Simple-3.03 - 26 Dec 2008 19:29:40 UTCThis module is not a calander generator. It helps to wirte one by providing essential and auxillary services. Services offered by this module are: 1. Sun rise/set. 2. Moon rise/set. 3. Tithi at a given time. 4. Moon's constallatation at a given time....
SYAMAL/Date-Indian-0.01 - 27 Aug 2003 04:50:23 UTCThe international standard ISO 8601 "Data elements and interchange formats - Information interchange - Representation of dates and times" defines three distinct calendars by which days can be labelled. It also defines textual formats for the represen...
ZEFRAM/Date-ISO8601-0.005 - 28 Jul 2017 03:59:24 UTC