-
-
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
Dayjs not working in safari with dayjs #931
Comments
Try https://day.js.org/docs/en/parse/string-format CustomParseFormat plugin |
Yeah that one actually worked.. does this mean that as of current in safari we have to use that despite the iso format? Sometimes its feels unnatural (becasue i'm using react) to initiate |
You only need to |
Ah i see... I didn't know that. Alright then thanks |
Even though I am extending the "CustomParseFormat plugin" , I am getting the same issue |
Describe the bug
as mentioned in #73 and #254 , my dayjs is not working in safari. Not sure how did you guys fixed it. It shows as invalid date on
dayjs(2020-06-16T16:21:00+1000).format('HH:mm')
This is in the iso8601 format, goes like this:
2020-06-16T16:21:00+1000
It is perfect in chrome though..
Information
The text was updated successfully, but these errors were encountered: