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

NAME

PTools::Date::Parse - A simple OO interface to Date::Parse

VERSION

This document describes version 0.01, released July, 2004, and is designed to be compatible with Date::Parse 2.23.

SYNOPSIS

        use PTools::Date::Parse;

        $parse = new PTools::Date::Parse;
  -or-  $parse = "PTools::Date::Parse";

        $time  = $parse->str2time("Tue, Jul 13, 13:44:59 PDT 2004");

        (@list)= $parse->strptime("Tue, Jul 13, 13:44:59 PDT 2004");

DESCRIPTION

Provides an object oriented interface to the Date::Parse class.

SEE ALSO

See Date::Parse.

AUTHOR

Chris Cobb [no dot spam at ccobb dot net]

COPYRIGHT

Copyright (c) 2004-2007 by Chris Cobb. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.