Open Orbyt opened 3 years ago
https://github.com/iamkun/dayjs/pull/576 appears to have been an attempt to fix a similar issue, but it was never merged.
I have the same problem. Any news on this fix? Or is the best way to avoid using dddd with customParseFormat?
I have the same problem. Is there anyway to validate weekday format
You have 2 problems
dddd
parsing format
Describe the bug Parsing dates with a named day of the week fails. However, switching the function to call
moment
works as expected.Information