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 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 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 UTCThis module formats Unix timestamps (epochs) as ISO8601 date/time strings. It is a lightweight alternative to DateTime::Format::ISO8601::Format and DateTime::Format::ISO8601....
PERLANCAR/Date-Format-ISO8601-0.010 - 22 Oct 2020 02:57:40 UTCDate::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 UTCSimple methods for manipulating simple dates....
NICZERO/Mojar-Cron-0.401 - 04 May 2017 12:05:43 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::WeekOfYear is small and efficient. The only purpose is to return the week of the year. This can be called in either a scalar or list context. In a scalar context, just the week number is returned (the year starts at week 1). In a list context, ...
GNG/Date-WeekOfYear-1.07 - 03 Jan 2020 23:26:33 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 UTCDate::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 UTCThis 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.05 - 19 Nov 2019 03:03:07 UTC"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 UTCThis 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 UTCEWILHELM/Date-Piece-v0.0.3 - 25 Jun 2009 22:52:30 UTC
The two functions provided by this module can be used to generate the week number in the year of a given date. For example: print "Today is in week ", iso_week_number(time()), "\n"; Which at the time I'm writing this will print: Today is in week 2014...
NEILB/Date-WeekNumber-0.06 - 09 May 2019 08:38:02 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 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 UTCBRENNEN/App-WRT-v7.1.2 - 23 Jul 2020 23:34:17 UTC
Date::Holidays is an adapters exposing a uniform API to a set of dsitributions in the Date::Holidays::* namespace. All of these modules deliver methods and information on national calendars, but no standardized API exist. The distributions more or le...
JONASBN/Date-Holidays-1.29 - 13 Nov 2020 22:05:20 UTC