Parsing short dates
Validating and parsing short dates can be a problem when you're not sure if they'll come in D/M/Y or M/D/Y order. I made a basic utility to verify either without adding date library dependency.
/** Validate parts of a separated string to test for a s...
nested.hashnode.dev2 min read