Description
The parser fails to handle date inputs that use mixed separators, while Excel correctly interprets them as valid dates.
Example
Expected Behavior (Excel)
- Parsed as a valid date
- Format interpreted as
m/d/yyyy (locale-dependent)
Actual Behavior (Library)
Notes
- Excel supports flexible date parsing even when separators are mixed (e.g.,
/ and -)
- The parser should normalize or handle mixed separators before attempting date parsing
Description
The parser fails to handle date inputs that use mixed separators, while Excel correctly interprets them as valid dates.
Example
"2021/1-10"Expected Behavior (Excel)
m/d/yyyy(locale-dependent)Actual Behavior (Library)
nullNotes
/and-)