datetime_format_strptime

Parse and format strp and strf time patterns

Version

1.80-1
(2025-12-25)

Size

11.8

KiB

Repository

HaikuPorts
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.