Form::Processor::Field::DateTime - Maps to the current DateTime module.


Form-Processor documentation Contained in the Form-Processor distribution.

Index


Code Index:

NAME

Top

Form::Processor::Field::DateTime - Maps to the current DateTime module.

SYNOPSIS

Top

See Form::Processor

DESCRIPTION

Top

This is a module that allows mapping the DateTime field to the actual field used. Makes it easier to remap all the forms in an application to a new field type by overriding instead of editing all the forms.

Currently this is simply a subclass of Form::Processor::Field::DateTimeManip.

AUTHORS

Top

Bill Moseley

COPYRIGHT

Top

SUPPORT / WARRANTY

Top

Form::Processor is free software and is provided WITHOUT WARRANTY OF ANY KIND. Users are expected to review software for fitness and usability.


Form-Processor documentation Contained in the Form-Processor distribution.

package Form::Processor::Field::DateTime;
use strict;
use warnings;
use base 'Form::Processor::Field::DateTimeManip';
our $VERSION = '0.03';




1;