-
Notifications
You must be signed in to change notification settings - Fork 642
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
Date parse issue #219
Comments
Technically the spec doesn’t mandate this; however, anything the majority of browsers do is defacto web reality (regardless of which edition one is targeting), so any engine would be wasting effort not to match it. |
It seems like many engines simply ignore any words up to the first space before the date starts, meaning that the "day of the week"can be any string and does not have to actually be a valid day of the week. We'll look into adding support for that behavior. Until we do, you can work around this by cutting the first word out of the string before passing it to |
Please to comment in #243 if this should be included in the next patch release. |
hermes
chrome / safari / firefox
The text was updated successfully, but these errors were encountered: