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
When viewing the source code for the month dropdown January starts at 0 instead of 1, leaving the submitted values to be a month out.
<option value="0">Jan</option> <option value="1">Feb</option> <option value="2">Mar</option> <option value="3">Apr</option> <option value="4">May</option> <option value="5">Jun</option> <option value="6">Jul</option> <option value="7">Aug</option> <option value="8">Sep</option> <option value="9">Oct</option> <option value="10">Nov</option> <option value="11">Dec</option>
The text was updated successfully, but these errors were encountered:
This causes the returning MomentObject to be invalid.
Sorry, something went wrong.
No branches or pull requests
When viewing the source code for the month dropdown January starts at 0 instead of 1, leaving the submitted values to be a month out.
The text was updated successfully, but these errors were encountered: