-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing dates with a named day of the week fails. #1296
Comments
#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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Parsing dates with a named day of the week fails. However, switching the function to call
moment
works as expected.Information
The text was updated successfully, but these errors were encountered: