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

Problem in using max date #149

Open
AnandKuhar opened this issue Jan 15, 2018 · 1 comment
Open

Problem in using max date #149

AnandKuhar opened this issue Jan 15, 2018 · 1 comment

Comments

@AnandKuhar
Copy link

i have installed the datepicker yesterday, but i m getting error on using maxDate "Cannot read property 'slice' of undefined", i am new to this can anyone explain me this and how to solve this in simple language, also i have to show disable symbol on mouse hover for future dates

@possi
Copy link

possi commented Feb 14, 2018

👍
var minDate = this.props.minDate ? new Date(isoString.slice(0, 10) + 'T12:00:00.000Z') : null; this seems to use the wrong variablte (isoString)

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

2 participants