mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
89e9641a41
parse and format strp and strf time patterns. PR: 54013 Submitted by: Mathieu Arnold <m@absolight.net>
7 lines
295 B
Plaintext
7 lines
295 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://datetime.perl.org/
|