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

NAME

DateTime::Format::Builder::Parser::Strptime - strptime based date parsing

VERSION

version 0.81

SYNOPSIS

   my $parser = DateTime::Format::Builder->create_parser(
        strptime => '%e/%b/%Y:%H:%M:%S %z',
   );

SPECIFICATION

SUPPORT

See DateTime::Format::Builder for details.

SEE ALSO

datetime@perl.org mailing list.

http://datetime.perl.org/

perl, DateTime, DateTime::Format::Builder

AUTHORS

  • Dave Rolsky <autarch@urth.org>

  • Iain Truskett

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Dave Rolsky.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)