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

NAME

Data::Transpose::Validator::DateTime - Validator for DateTime

SYNOPSIS

    my $dt = Data::Transpose::Validator::DateTime->new;
    $dt->is_valid($date);

DESCRIPTION

This module uses optional module DateTime::Format::ISO8601 to validate DateTime format.

is_valid($date)

The validator. Returns a true value if the input is in a valid DateTime format.