You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Parsing does not working for MMMM, YYYY format even after extending customParseFormat.
Expected behavior
A clear and concise description of what you expected to happen.
Doing dayjs("April, 2021", "MMMM, YYYY") should return a normal date. However it returns Invalid Date
Describe the bug
Parsing does not working for
MMMM, YYYY
format even after extendingcustomParseFormat
.Expected behavior
A clear and concise description of what you expected to happen.
Doing
dayjs("April, 2021", "MMMM, YYYY")
should return a normal date. However it returnsInvalid Date
Information
EDIT:
Here is the sandbox example of this bug.
https://codesandbox.io/s/dayjs-bug-4djm6?file=/src/App.tsx
The text was updated successfully, but these errors were encountered: