The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Calendar::Simple"

Calendar::Simple - Perl extension to create simple calendars River stage one • 4 direct dependents • 4 total dependents

A very simple module that exports one function called "calendar". calendar This function returns a data structure representing the dates in a month. The data structure returned is an array of array references. The first level array represents the wee...

DAVECROSS/Calendar-Simple-v2.0.3 - 01 Aug 2023 08:08:26 UTC

HTML::Calendar::Simple - A simple html calendar River stage zero No dependents

This is a simple module which will make an HTML representation of a given month. You can add links to individual days, or in fact, any sort of information you want. Yes, the inspiration for this came out of me looking at HTML::CalendarMonthSimple, an...

STRYTOAST/HTML-Calendar-Simple-0.05 - 12 Jul 2012 08:35:59 UTC

Template::Plugin::Calendar::Simple - Just another HTML calendar generator. River stage zero No dependents

Provides calendar delimiters for a Template Toolkit template via Calendar::Simple. This module supplies the data, you supply the HTML. Defaults to current month within the current year. Past months and years can be specified within the Template const...

JEFFA/Template-Plugin-Calendar-Simple-1.04 - 27 Jan 2024 18:28:37 UTC

Calendar::Model - Simple class modelling Calendars River stage zero No dependents

A simple Model layer providing Classes representing A Calendar containing rows and days...

TEEJAY/Calendar-Model-0.04 - 02 Mar 2013 21:47:22 UTC

Calendar::Any - Perl extension for calendar convertion River stage zero No dependents

Calendar::Any is a class for calendar convertion or calculation. The algorithm is from emacs calendar library. Most functions of this class is simply rewrite from elisp to perl. Constructor new All class of Calendar should accept absolute date to con...

YEWENBIN/Calendar-Any-0.5 - 18 May 2012 10:11:17 UTC

Calendar::DatesRoles::DataPreparer::CalendarVar::FromDATA::Simple - Populate $CALENDAR from data in __DATA__ River stage one • 6 direct dependents • 6 total dependents

This role will set consumer's $CALENDAR package variable from consumer's "__DATA__" section. The format of data in "__DATA__" section is simple. Data in "__DATA__" is line-based. Entries should be in the following format: YYYY-MM-DD;Summary;tag1,tag2...

PERLANCAR/Calendar-DatesRoles-DataPreparer-CalendarVar-FromDATA-Simple-0.005 - 01 Jan 2020 11:35:16 UTC

Calendar::List - A module for creating date lists River stage one • 1 direct dependent • 1 total dependent

The module is intended to be used to return a simple list, hash or scalar of calendar dates. This is achieved by two functions, calendar_list and calendar_selectbox. The former allows a return of a list of dates and a hash of dates, whereas the later...

BARBIE/Calendar-List-1.02 - 01 Sep 2019 13:04:33 UTC

Calendar::Slots - Manage time slots River stage zero No dependents

This is a simple module to manage a calendar of very generic time slots. Time slots are anything with a start and end time on a given date or weekday. Time slots cannot overlap. If a new time slot overlaps another pre-existing time slot, the calendar...

RODRIGO/Calendar-Slots-0.15 - 29 Aug 2012 19:23:06 UTC

Calendar::Dates - Modules that contain calendar dates River stage one • 2 direct dependents • 8 total dependents

The "Calendar::Dates::*" namespace is reserved for modules that provide calendar dates using a common interface. The interface is designed to be: simple to implement, lightweight, and easy to use and export (e.g. to an iCal calendar). Conventions for...

PERLANCAR/Calendar-Dates-0.2.3 - 05 Jul 2019 03:46:23 UTC

Calendar::Model::Day - Simple class modelling Calendar day River stage zero No dependents

TEEJAY/Calendar-Model-0.04 - 02 Mar 2013 21:47:22 UTC

Calendar::Schedule - manage calendar schedules River stage zero No dependents

The module is created with a purpose to provide functionality for handling a personal calendar schedule in a transparent and simple way. The calendar data is assumed to be kept in a plain file in a format easy to edit and understand. It was inspired ...

VLADO/Calendar-Schedule-1.21 - 13 Nov 2020 09:56:31 UTC

Calendar::Gregorian - Interface to Gregorian Calendar. River stage one • 1 direct dependent • 1 total dependent

Simple Gregorian Calendar interface. +-----------------------------------------------------------------------------------+ | March [2016 BE] | +-----------+-----------+-----------+-----------+-----------+-----------+-----------+ | Sunday | Monday | T...

MANWAR/Calendar-Gregorian-0.25 - 22 Oct 2019 17:08:58 UTC

Calendar::Functions - A module containing functions for dates and calendars. River stage one • 1 direct dependent • 1 total dependent

The module is intended to provide numerous support functions for other date and/or calendar functions...

BARBIE/Calendar-List-1.02 - 01 Sep 2019 13:04:33 UTC

TaskForest::Calendar River stage zero No dependents

This is a simple package that provides support for Calendar functions...

ENOOR/TaskForest-1.37 - 24 Mar 2010 04:20:42 UTC

HTML::Calendar::Monthly - A very simple HTML calendar River stage zero No dependents

This is a very simple module which will make an HTML representation of a given month. You can add links to individual days. Yes, the inspiration for this came out of me looking at HTML::Calendar::Simple, and thinking 'Hmmm. A bit too complicated for ...

JV/HTML-Calendar-Monthly-0.03 - 25 Jun 2009 09:19:31 UTC

Gantry::Plugins::Calendar - Calendar River stage one • 3 direct dependents • 3 total dependents

If you have a date field on a web form, which the user must supply, you can use this module to help them. When you've got it set up, your form will have a link sitting next to the date's text entry box. If the user clicks the link, a calendar pops up...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC

DateTime::Calendar::Hebrew - Dates in the Hebrew calendar River stage one • 2 direct dependents • 2 total dependents

"DateTime::Calendar::Hebrew" is the implementation of the Hebrew calendar. Read on for more details on the Hebrew calendar....

RAPMANKIN/DateTime-Calendar-Hebrew-0.05 - 07 Nov 2011 11:00:12 UTC

Class::DBI::Plugin::Calendar - Simple Calendar Support for Class::DBI River stage zero No dependents

Please note that this module only works with mysql at this point, as far as I know. Retrieve the objects in useful calendar-like data structures, similar to Calendar::Simple. my @weeks = calendar([$month,$year,$monday]) @weeks holds arefs of 7 days e...

JAMES/Class-DBI-Plugin-Calendar-0.18-withoutworldwriteables - 06 Jun 2010 16:30:52 UTC

DateTime::Calendar::Chinese - Traditional Chinese Calendar Implementation River stage one • 2 direct dependents • 4 total dependents

This is an implementation of the Chinese calendar as described in "Calendrical Calculations" [1]. Please note that the following description is the description from [1], and the author has not made attempts to verify the correctness of statements wit...

DMAKI/DateTime-Calendar-Chinese-1.00 - 29 Nov 2011 01:54:14 UTC

Calendar::Any::Util::Calendar - A collection of function for create calendars River stage zero No dependents

A very simple module that output various calendars. calendar(month, year, [package]) Output the calendar for the month in the year. If given package, output the calendar of the package. For example: print calendar(12, 2006, 'Julian'), "\n"; This will...

YEWENBIN/Calendar-Any-0.5 - 18 May 2012 10:11:17 UTC
26 results (0.053 seconds)