-
-
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
Gives Invalid Date on Safari browser #1011
Comments
This fix #1010 might also fix this bug I think. |
@iamkun Thanks for the update. I think the fix you mentioned will solve my problem. When are you planning to make a next release? |
released @hiravesonali |
Yes, it is working perfect. Thank you 🙌 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have this date string 2020-07-16 11:27:38.000000 from server.
When I parse it to dayjs, it works fine in Chrome and Firefox but giving Invalid Date error in Safari.
I have tried out with different formats(see below) but none of them works in safari.
The codepen link for my case is here.
Expected behavior
Should parse the given string in Safari as well.
Information
The text was updated successfully, but these errors were encountered: