Search results for "module:date modules"
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
Tk::Date - a date/time widget for perl/Tk
Tk::Date implements a date/time widget. There are three ways to input a date: * Using the keyboard to input the digits and the tab key or the mouse pointer to move focus between fields. * Using up and down cursor keys to increment/decrement the date ...
SREZIC/Tk-Date-0.44 - 25 Oct 2010 20:11:03 UTC
Date::Day - Perl extension for converting a date to its respective day.
After noticing the complexity of some modules for determining the day of a specific date, I decided to write this module. It is by far the shortest module of its kind performing the above task. This module exports a subroutine called day() which take...
ESSENZ/Date-Day-1.04 - 08 Dec 2002 02:02:06 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
Data::Domain - Data description and validation
A data domain is a description of a set of values, either scalar or structured (arrays or hashes). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields, and also contextu...
DAMI/Data-Domain-1.12 - 16 May 2023 19:59:24 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::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....
SKIM/Date-ICal-2.682 - 24 May 2023 14:54:29 UTC
Time::Date - A time and date object for Perl
Time::Date is a class that can be used to represent a date as an object. Unlike other modules, this one just stores a Unix epoch within the object and relies heavily on the underlying operating system so it's very fast. It provides functionality for ...
JACOBG/Time-Date-0.05 - 01 Nov 2017 17:01:55 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
Gedcom::Date - Perl class for interpreting dates in Gedcom files
The Gedcom standard for genealogical data files defines a number of date formats. This module can parse most of these formats. This package contains a number of modules, each implementing a Gedcom date format. They are: Gedcom::Date::Simple e.g. "4 J...
RSAVAGE/Gedcom-Date-0.10 - 04 Sep 2016 08:00:41 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.16 - 05 Jun 2023 07:47:33 UTC
Date::Object - Handles dates/calendars/timezones and it's representation/convertions using a single Date::Object.
Date::Object is an alternative to the DateTime modules, with the main pourpose to handle dates using a single object or make multiple *Date::Object*s work together to calculate and handle dates. Other main poupose of *Date::Object* is to find a simpl...
GMPASSOS/Date-Object-0.06 - 05 Jan 2005 23:00:37 UTC
Date::Extract - Extract probable dates from strings
ETHER/Date-Extract-0.07
-
16 Jan 2023 19:50:49 UTC
Date::Reformat - Rearrange date strings
This module aims to be a lightweight and flexible tool for rearranging components of a date string, then returning the components in the order and structure specified. My motivation was a month of trying to compare data from spreadsheets from several...
KOLIBRIE/Date-Reformat-0.04 - 27 Aug 2016 17:46:53 UTC
Date::MSAccess - Manage dates in MS Access format
"Date::MSAccess" is a pure Perl module. It can convert a number which is an MS Access date into a string of the form 'YYYYMMDD'. Also, it can return today's date in MS Access format. Note: MS Access dates are based on 12 noon. Note: MS Access dates c...
RSAVAGE/Date-MSAccess-1.05 - 24 Aug 2010 07:19:37 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 distributions 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.34 - 10 Oct 2022 19:17:14 UTC
Date::Formatter - A simple Date and Time formatting object
This module provides a fast and very flexible mini-language to be used in formatting dates and times. In order to make that useful though, we had to make a fully functioning date & time object. This object looks and smells much like the Java and Java...
BIANCHINI/Date-Formatter-0.11 - 05 Sep 2013 18:30:11 UTC
MusicRoom::Date - Handle dates in the MusicRoom
This package handles dates for the MusicRoom catalogue. Dates associated with music files have a number of strange attributes, for example a song is normally dated accurate to a year, the birth date of a classical composer may be known only to the ne...
SJHAWTIN/MusicRoom-0.40 - 30 Dec 2009 22:07:39 UTC
Date::Vruceleto - Compute year's vruceleto and solar cycle as used in old Russian calendar
Vruceletos (or vrutseletos) are similar to European Sunday letters (see Date::SundayLetter) with a few differences: - Letters are Cyrillic - A January-based year has always 2 letters, not just a leap one. That's because March-based style is used. Vru...
RPAVLOV/Date-Vruceleto-0.01 - 07 May 2018 20:41:46 UTC
Date::DayOfWeek - Determine the day of the week for any date.
Calculates the day of the week for any date in the Gregorian calendar (1563 and following). Based on the Doomsday algorithm of John Conway....
RBOW/Date-DayOfWeek-1.22 - 02 Feb 2003 13:41:51 UTC