Can String + Format still pass when not exact match?
Open
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
As per the Codepen example, like `moment` can `dayjs` still return a date even if only a partial match is found? I understand an array of format options can also be supplied. But am wondering if the specificity required is intentional? Or is it a bug?
https://codepen.io/MichaelHeyDonny/pen/rNzNPRJ
**Expected behavior**
Still return a dayjs object with what can be retrieved.
Contributor guide
Assessment
This issue has not been assessed yet.