Skip to content
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

Months start at 0 not 1 #75

Open
ghost opened this issue Aug 2, 2017 · 1 comment
Open

Months start at 0 not 1 #75

ghost opened this issue Aug 2, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 2, 2017

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>
@detaybey
Copy link

detaybey commented Oct 2, 2017

This causes the returning MomentObject to be invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant