Date::ISO - Perl extension for converting dates between ISO and Gregorian formats.
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::Simple::ISO - Sub class of Date::Simple
This 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 UTC
Date::ISO8601 - the three ISO 8601 numerical calendars
The 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
Date::Format::ISO8601 - Format date (Unix timestamp/epoch) as ISO8601 date/time string
This 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 UTC
Date::Tie - ISO dates made easy
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
Mojar::Cron::Date - Bare naked ISO dates
Simple methods for manipulating simple dates....
NICZERO/Mojar-Cron-0.401 - 04 May 2017 12:05:43 UTC
Date::JD - conversion between flavours of Julian Date
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::WeekOfYear - Simple routine to return the ISO 8601 week of the year (as well as the ISO week year)
Date::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 UTC
Date::ICal - Perl extension for ICalendar date objects.
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....
RBOW/Date-ICal-2.678 - 05 Jul 2011 15:35:52 UTC
HTTP::Date - HTTP::Date - date conversion routines
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.05 - 19 Nov 2019 03:03:07 UTC
Date::Tiny - A date object, with as little code as possible
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::Parse - Parse date strings into time values
"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
Class::Date - Class for easy date and time manipulation
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
Date::Piece - efficient dates with Time::Piece interoperability
EWILHELM/Date-Piece-v0.0.3
-
25 Jun 2009 22:52:30 UTC
Date::WeekNumber - calculate week of the year (ISO 8601 weeks, or 'CPAN weeks')
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.08 - 09 Mar 2022 22:07:50 UTC
Date::Simple - a simple date object
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 UTC
Badger::Date - simple object representation of a date
This 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 UTC
App::WRT::Date - a small collection of date utility functions
BRENNEN/App-WRT-v7.1.2
-
23 Jul 2020 23:34:17 UTC
Date::Holidays - Date::Holidays::* adapter and aggregator for all your holiday needs
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.31 - 08 Mar 2022 19:01:12 UTC