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

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

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");

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

See Date::Parse.

Chris Cobb [no dot spam at ccobb dot net]

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.