Main > Programming > Libraries >

DateTime::Format::Strptime 1.0700

DateTime::Format::Strptime 1.0700

Sponsored Links

DateTime::Format::Strptime 1.0700 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.025 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 891
Date added: 2007-05-17
Publisher: Rick Measham

DateTime::Format::Strptime 1.0700 description

DateTime::Format::Strptime is a Perl module to parse and format strp and strf time patterns.

SYNOPSIS

use DateTime::Format::Strptime;

my $Strp = new DateTime::Format::Strptime(
pattern => %T,
locale => en_AU,
time_zone => Australia/Melbourne,
);

my $dt = $Strp->parse_datetime(23:16:42);

$Strp->format_datetime($dt);
# 23:16:42



# Croak when things go wrong:
my $Strp = new DateTime::Format::Strptime(
pattern => %T,
locale => en_AU,
time_zone => Australia/Melbourne,
on_error => croak,
);

$newpattern = $Strp->pattern(%Q);
# Unidentified token in pattern: %Q in %Q at line 34 of script.pl

# Do something else when things go wrong:
my $Strp = new DateTime::Format::Strptime(
pattern => %T,
locale => en_AU,
time_zone => Australia/Melbourne,
on_error => &phone_police,
);

This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.

DateTime::Format::Strptime 1.0700 Screenshot

Advertisements

DateTime::Format::Strptime 1.0700 Keywords

Bookmark DateTime::Format::Strptime 1.0700

Hyperlink code:
Link for forum:

DateTime::Format::Strptime 1.0700 Copyright

WareSeeker periodically updates pricing and software information of DateTime::Format::Strptime 1.0700 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::Strptime 1.0700 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects. Free Download
DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. Free Download
DateTime::Format::Epoch::RataDie is a Perl module that can convert DateTimes to/from Rata Die. Free Download
DateTime::Format::Epoch is a Perl module that can convert DateTimes to/from epoch seconds. Free Download
DateTime::Format::Pg is a Perl module to parse and format PostgreSQL dates and times. Free Download
DateTime::Format::Excel is a Perl module that can convert between DateTime and Excel dates. Free Download
DateTime::Format::Epoch::JD is Perl module Convert DateTimes to/from Julian Days. Free Download
DateTime::Format::Epoch::MJD is a Perl module that can convert DateTimes to/from Modified Julian Days. Free Download