ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
323 B
Plaintext
7 lines
323 B
Plaintext
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.
|
|
|
|
WWW: https://metacpan.org/release/DateTime-Format-Strptime
|