Skip to content

Mixed Date Separator Parsing Fails #71

@ibrahim-sadiqi

Description

@ibrahim-sadiqi

Description

The parser fails to handle date inputs that use mixed separators, while Excel correctly interprets them as valid dates.

Example

  • Input: "2021/1-10"

Expected Behavior (Excel)

  • Parsed as a valid date
  • Format interpreted as m/d/yyyy (locale-dependent)

Actual Behavior (Library)

  • Returns null

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions