We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Plugin stopped to work on IE11/Edge (used to work before upgrade to v.2).
Reprosteps: Just open https://ua9msn.github.io/datetime/ in IE/Edge, and see console output
I believe, it is due to the fact that IE does not support Intl.DateTimeFormat.prototype.formatToParts
Intl.DateTimeFormat.prototype.formatToParts
The text was updated successfully, but these errors were encountered:
It also doesn't support Object.assign. Will take a look what could be done.
Sorry, something went wrong.
Use polyfills ! https://cdn.polyfill.io/v2/polyfill.min.js?flags=gated&features=default,Intl.~locale.en
@ua9msn any updates on the issue?
I thnk this plugin is obsolete. Ive got the plan to public the React version, as soon as I get time It's useless to support or fix jQuery plugins.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Plugin stopped to work on IE11/Edge (used to work before upgrade to v.2).
Reprosteps:
Just open https://ua9msn.github.io/datetime/ in IE/Edge, and see console output
I believe, it is due to the fact that IE does not support
Intl.DateTimeFormat.prototype.formatToParts
The text was updated successfully, but these errors were encountered: