Parses value using the format saving the parsed date into out_result.
Optionally sets whether there had been used two-digit year.
| value |
a date string |
| format |
a strftime format string to use to parse the |
| out_result |
return value for the parsed date |
| out_two_digit_year |
set to true, if parsing with two-digit year, else false, but only when not null |
|
An TimeParseStatus result code indicating whether the |