We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MooTools Date.parse method returns a Date object while the native Date.parse method returns milliseconds.
This breaks third party code that depends on parse for timestamps, and the cause is hard to find.
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/parse
The text was updated successfully, but these errors were encountered:
Can you re-create this issue on https://github.com/mootools/mootools-more/issues ?
Sorry, something went wrong.
you're right though ;)
Sure.
Thank you!
mootools/mootools-more#1189
No branches or pull requests
MooTools Date.parse method returns a Date object while the native Date.parse method returns milliseconds.
This breaks third party code that depends on parse for timestamps, and the cause is hard to find.
https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/parse
The text was updated successfully, but these errors were encountered: