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

Search results for "module:Rose::DateTime"

Rose::DateTime - DateTime helper functions and objects. River stage two • 5 direct dependents • 36 total dependents

The "Rose::DateTime::*" modules provide a few convenience functions and objects for use with "DateTime" dates. Rose::DateTime::Util contains a simple date parser and a slightly customized date formatter. Rose::DateTime::Parser encapsulates a date par...

JSIRACUSA/Rose-DateTime-0.540 - 08 Dec 2013 14:51:47 UTC

Rose::DateTime::Util - Some simple DateTime wrapper functions. River stage two • 5 direct dependents • 36 total dependents

Rose::DateTime::Util is a thin wrapper around DateTime that provides a very simple date parser and a few extra date formatting options....

JSIRACUSA/Rose-DateTime-0.540 - 08 Dec 2013 14:51:47 UTC

Rose::DateTime::Parser - DateTime parser object. River stage two • 5 direct dependents • 36 total dependents

Rose::DateTime::Parser encapsulates a particular kind of call to Rose::DateTime::Util's parse_date and parse_european_date functions. The object maintains the desired time zone, which is then passed to each call. This class inherits from, and follows...

JSIRACUSA/Rose-DateTime-0.540 - 08 Dec 2013 14:51:47 UTC

Rose::Object::MakeMethods::DateTime - Create methods that store DateTime objects. River stage two • 15 direct dependents • 52 total dependents

Rose::Object::MakeMethods::DateTime is a method maker that inherits from Rose::Object::MakeMethods. See the Rose::Object::MakeMethods documentation to learn about the interface. The method types provided by this module are described below. All method...

JSIRACUSA/Rose-Object-0.860 - 04 Oct 2013 21:07:10 UTC

Rose::DB - A DBI wrapper and abstraction layer. River stage two • 15 direct dependents • 27 total dependents

Rose::DB is a wrapper and abstraction layer for DBI-related functionality. A Rose::DB object "has a" DBI object; it is not a subclass of DBI. Please see the tutorial (perldoc Rose::DB::Tutorial) for an example usage scenario that reflects "best pract...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::HTML::Form::Field::DateTime - Text field that inflates valid dates and times into DateTime objects. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form::Field::DateTime is a subclass of Rose::HTML::Form::Field::Text that allows only valid dates as input, which it then coerces to DateTime objects. It overrides the validate(), inflate_value(), and deflate_value() methods of its parent...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

lib/Rose/HTML/Form/Field/DateTime/Split.pm River stage two • 10 direct dependents • 12 total dependents

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Form::Field::DateTime::Range - Compound field for date ranges with separate text fields for the minimum and maximum dates. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form::Field::DateTime::Range is a compound field that represents a date range. It is made up of two subfields: a Rose::HTML::Form::Field::DateTime::StartDate field and a Rose::HTML::Form::Field::DateTime::EndDate field. The internal value...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Form::Field::DateTime::EndDate - Text field for an "end date" in a date range. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form::Field::DateTime::EndDate is a subclass of Rose::HTML::Form::Field::DateTime that pins the time to the very last nanosecond of the specified date (i.e., 23:59:59.999999999) if the time is left unspecified....

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::HTML::Form::Field::DateTime::StartDate - Text field for a "start date" in a date range. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form::Field::DateTime::StartDate is a subclass of Rose::HTML::Form::Field::DateTime that pins the time to the very first moment of the specified date (i.e., 00:00:00.00000000) if the time is left unspecified....

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::DB::Object::Metadata::Column::Datetime - Datetime column metadata. River stage two • 19 direct dependents • 19 total dependents

Objects of this class store and manipulate metadata for datetime columns in a database. Column metadata objects store information about columns (data type, size, etc.) and are responsible for creating object methods that manipulate column values. Thi...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose - A complete web application construction kit. River stage zero No dependents

Rose is a work in progress. It is a suite of modules used to build web applications in the mod_perl environment. Support for Apache 1 and 2 is planned. The Rose suite is broken up into several components. This module (Rose.pm) lists all the other Ros...

JSIRACUSA/Rose-0.10 - 25 Feb 2008 20:56:51 UTC

Rose::HTML::Form::Field::DateTime::Split::MDYHMS - Compound field for dates with separate text fields for month, day, year, hour, minute, and second, and a pop-up menu for AM/PM. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form::Field::DateTime::Split::MDYHMS is a compound field for dates with separate text fields for month, day, year, hour, minute, and second, and a pop-up menu for AM/PM. This class inherits (indirectly) from both Rose::HTML::Form::Field::...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Bundle::Rose - Bundle all modules in the Rose web application construction suite. River stage zero No dependents

JSIRACUSA/Bundle-Rose-0.02 - 09 Mar 2005 20:37:53 UTC

Rose::DB::Pg - PostgreSQL driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

Rose::DB blesses objects into a class derived from Rose::DB::Pg when the driver is "pg". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information. This cla...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::MySQL - MySQL driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

Rose::DB blesses objects into a class derived from Rose::DB::MySQL when the driver is "mysql". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information. Th...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::SQLite - SQLite driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

Rose::DB blesses objects into a class derived from Rose::DB::SQLite when the driver is "sqlite". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information. ...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC

Rose::DB::Object - Extensible, high performance object-relational mapper (ORM). River stage two • 19 direct dependents • 19 total dependents

Rose::DB::Object is a base class for objects that encapsulate a single row in a database table. Rose::DB::Object-derived objects are sometimes simply called "Rose::DB::Object objects" in this documentation for the sake of brevity, but be assured that...

JSIRACUSA/Rose-DB-Object-0.820 - 26 Jun 2021 13:31:49 UTC

Rose::HTML::Form - HTML form base class. River stage two • 10 direct dependents • 12 total dependents

Rose::HTML::Form is more than just an object representation of the <form> HTML tag. It is meant to be a base class for custom form classes that can be initialized with and return "rich" values such as objects, or collections of objects. Building up a...

JSIRACUSA/Rose-HTML-Objects-0.626 - 14 Aug 2023 14:40:38 UTC

Rose::Planter::DB - base db class for Rose-Planter planted objects. River stage zero No dependents

This is derived from Rose::DB, but adds a few class methods as described below. Also, it allows database to be registered based on configuration files....

BDUGGAN/Rose-Planter-0.37 - 03 Nov 2015 01:49:19 UTC
56 results (0.029 seconds)