DateTime::Format::Builder 0.7807
Sponsored Links
DateTime::Format::Builder 0.7807 Ranking & Summary
File size:
0.047 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
5764
Date added:
2007-05-17
Publisher:
Dave Rolsky
Publisher URL:
http://search.cpan.org/~d
DateTime::Format::Builder 0.7807 description
DateTime::Format::Builder is a Perl module to create datetime parser classes and objects.
SYNOPSIS
package DateTime::Format::Brief;
our $VERSION = 0.07;
use DateTime::Format::Builder
(
parsers => {
parse_datetime => [
{
regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/,
params => [qw( year month day hour minute second )],
},
{
regex => qr/^(d{4})(dd)(dd)$/,
params => [qw( year month day )],
},
],
}
);
DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code.
Builder provides a number of methods, most of which youll never need, or at least rarely need. Theyre provided more for exposing of the modules innards to any subclasses, or for when you need to do something slightly beyond what I expected.
SYNOPSIS
package DateTime::Format::Brief;
our $VERSION = 0.07;
use DateTime::Format::Builder
(
parsers => {
parse_datetime => [
{
regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/,
params => [qw( year month day hour minute second )],
},
{
regex => qr/^(d{4})(dd)(dd)$/,
params => [qw( year month day )],
},
],
}
);
DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code.
Builder provides a number of methods, most of which youll never need, or at least rarely need. Theyre provided more for exposing of the modules innards to any subclasses, or for when you need to do something slightly beyond what I expected.
DateTime::Format::Builder 0.7807 Screenshot
Sponsored Links
DateTime::Format::Builder 0.7807 Keywords
DateTime
Builder 0.7807
DateTimeFormatBuilder
To Create
Perl module
dd
Perl
parser
module
classes
create
DateTime::Format::Builder 0.7807
Libraries
Programming
Bookmark DateTime::Format::Builder 0.7807
DateTime::Format::Builder 0.7807 Copyright
WareSeeker periodically updates pricing and software information of DateTime::Format::Builder 0.7807 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of DateTime::Format::Builder 0.7807 Edition. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
DateTime::Format::Builder 0.7807 Related Software
DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects.
DateTime::Format::Pg is a Perl module to parse and format PostgreSQL dates and times.
DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns.
DateTime::Format::Builder::Tutorial is a quick class on using Builder.
DateTime::Format::Epoch::RJD is a Perl module that can convert DateTimes to/from Reduced Julian Days.
DateTime::Format::Epoch::TJD is a Perl module that can convert DateTimes to/from Truncated Julian Days.
DateTime::Format::Epoch is a Perl module that can convert DateTimes to/from epoch seconds.
DateTime::Format::Epoch::JD is Perl module Convert DateTimes to/from Julian Days.
DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates.
DateTime::Format::Epoch::MJD is a Perl module that can convert DateTimes to/from Modified Julian Days.
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
Related Information
Sponsored Links
TOP POPULAR DOWNLOAD