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
Parse error with date format DD.MMM.YY, dayjs('29.Jul.21', 'DD.MMM.YY') returns Invalid Date.
Intresting that I tried old version like 1.8.16 and it works fine, but last 1.11.13 returns Invalid Date.
dayjs.extend(customParseFormat); is used of course.
Day.js Version 1.11.13
OS: Windows
Browser Edge
The text was updated successfully, but these errors were encountered:
Parse error with date format DD.MMM.YY, dayjs('29.Jul.21', 'DD.MMM.YY') returns Invalid Date.
Intresting that I tried old version like 1.8.16 and it works fine, but last 1.11.13 returns Invalid Date.
dayjs.extend(customParseFormat); is used of course.
The text was updated successfully, but these errors were encountered: