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
http://momentjs.com/guides/#/warnings/js-date/
This error is popping up wherever we use moment.
From what I understand, the solution is to describe the format of the date you expect:
// BAD moment('December 2008'); // GOOD moment('December 2008', 'MMMM YYYY');
The text was updated successfully, but these errors were encountered:
Hi @michaelghinrichs , Is this warning coming from react-datepicker package ? As the warning appears as soon as I click on the date picker
Although we need to specify the format here and here.
Sorry, something went wrong.
No branches or pull requests
http://momentjs.com/guides/#/warnings/js-date/
This error is popping up wherever we use moment.
From what I understand, the solution is to describe the format of the date you expect:
The text was updated successfully, but these errors were encountered: