mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
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: http://search.cpan.org/dist/DateTime-Format-Strptime/
|