![]() |
![]()
| ![]() |
![]()
NAMEDateTime::Format::DateParse - Parses Date::Parse compatible formats SYNOPSISuse DateTime::Format::DateParse; my $dt = DateTime::Format::DateParse->parse_datetime( $date ); my $dt = DateTime::Format::DateParse->parse_datetime( $date, $zone ); DESCRIPTIONThis module is a compatibility wrapper around Date::Parse. USAGEImport ParametersThis module accepts no arguments to it's "import" method and exports no symbols. MethodsClass Methods
GOTCHAS
CREDITSGraham Barr (GBARR) <gbarr@pobox.com>, author of Date::Parse Everyone at the DateTime "Asylum". SUPPORTSupport for this module is provided via the <datetime@perl.org> email list. See <http://lists.perl.org/> for more details. AUTHORJoshua Hoblitt (JHOBLITT) <jhoblitt@cpan.org> COPYRIGHTCopyright (c) 2005-6 Joshua Hoblitt. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the licenses can be found in the LICENSE file included with this module, or in perlartistic and perlgpl as supplied with Perl 5.8.1 and later. SEE ALSODate::Parse, Time::Zone, DateTime, DateTime::TimeZone, DateTime::TimeZone::Alias, <http://datetime.perl.org/>
|