Parses a string value containing a date and a time and stores the result in result.
The date in value is expected to be in a format like "Wed 3/13/00 14:20:00", though
gettext is used to support the appropriate local formats. There is also some
leniency on the format of the string, e.g. the weekday can be skipped or 12-hour formats with am/pm can be used.
| value |
the string to parse a date and time from |
| result |
a |
|
E_TIME_PARSE_OK if the string was successfully parsed, E_TIME_PARSE_NONE if the string was empty, or E_TIME_PARSE_INVALID if the string could not be parsed. |