Dates 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 UTCUsed internally by Date::Simple....
IZUT/Date-Simple-3.03 - 26 Dec 2008 19:29:40 UTCThis module changes the default stringification behaviour of Date::Simple objects to use the as_d8() method instead. Date::Simple::D8->new ([ARG, ...]) date_d8 ([ARG, ...]) Identical to Date::Simple except that uses the D8 style formatting ('%Y%m%d')...
IZUT/Date-Simple-3.03 - 26 Dec 2008 19:29:40 UTCThis module is entirely identical to Date::Simple. It is included for completness and self documenting sake. IMO it is preferable to say my $obj=Date::Simple::ISO->new(...); As this makes the implicit formatting of the object clear....
IZUT/Date-Simple-3.03 - 26 Dec 2008 19:29:40 UTCThis module changes the default stringification behaviour of Date::Simple objects to use the format() method instead. It also changes the behaviour of the constructor. Date::Simple::Fmt->new (FMT, [ARG, ...]) date_fmt (FMT, [ARG, ...]) Follows the sa...
IZUT/Date-Simple-3.03 - 26 Dec 2008 19:29:40 UTCRepresents the Saka date....
MANWAR/Date-Saka-Simple-0.26 - 20 Oct 2019 08:20:48 UTCDate::Simple::Month is a subclass of Date::Range that represents a complete calendar month consisted of Date::Simple objects....
HORIUCHI/Date-Simple-Month-0.02 - 17 Jan 2005 01:09:58 UTCRepresents the Bahai date....
MANWAR/Date-Bahai-Simple-0.28 - 14 Oct 2019 14:20:08 UTCA range of Date::Simple objects....
ZUMMO/Date-Simple-Range-1.1 - 18 Dec 2008 08:02:44 UTCRepresents the Hijri date....
MANWAR/Date-Hijri-Simple-0.25 - 17 Oct 2019 16:53:31 UTCParse dates from Gedcom files....
RSAVAGE/Gedcom-Date-0.10 - 04 Sep 2016 08:00:41 UTCRepresents the Julian date....
MANWAR/Date-Julian-Simple-0.12 - 25 Jun 2020 00:16:45 UTCRepresents the Hebrew date....
MANWAR/Date-Hebrew-Simple-0.15 - 16 Oct 2019 20:49:53 UTCRepresents the Persian date....
MANWAR/Date-Persian-Simple-0.25 - 19 Oct 2019 02:06:20 UTCIn many countries, people not only celebrate their birthdays annually, but there is also the concept of "nameday". Calendars in these countries (e.g. Hungary) contain one ore more names for each day - the day on which a person with the given first na...
FAGZAL/Date-Namedays-Simple-0.01 - 05 Nov 2004 21:25:07 UTCRepresents the Gregorian date....
MANWAR/Date-Gregorian-Simple-0.17 - 15 Oct 2019 17:38:04 UTCThis is a subclass of Date::Namedays::Simple. This module only provides a list of Hungarian namedays. See Date::Namedays::Simple for usage and examples! Please see the "BUGS" section also!...
FAGZAL/Date-Namedays-Simple-0.01 - 05 Nov 2004 21:25:07 UTCReally simple date parsing factory. Uses I18N::Langinfo for localized day/month names and abbreviations....
HEJKI/Date-Parser-0.4 - 26 Apr 2011 11:31:05 UTCThis module implements a small and simple object for representing a date. Its scope is intentionally limited to the kind of applications that require very basic date functionality with minimal overhead. For any non-trivial date manipulation you shoul...
ABW/Badger-0.13 - 18 Oct 2018 15:19:12 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 UTC