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
minDate
maxDate
Currently, it seems like minDate and maxDate both must be Date objects, otherwise things blow up, because getTime is called on whatever is passed in
Date
getTime
ember-pikaday/addon/mixins/pikaday.js
Line 146 in 4097041
Line 171 in 4097041
I think that, in both cases, the object should first be converted to a Date (or moment object?`) and then the time extracted.
moment
The text was updated successfully, but these errors were encountered:
This seems to be addressed by #188 so I’ll hold off making a fix in favor of allowing that PR to handle it.
Sorry, something went wrong.
No branches or pull requests
Currently, it seems like
minDate
andmaxDate
both must beDate
objects, otherwise things blow up, becausegetTime
is called on whatever is passed inember-pikaday/addon/mixins/pikaday.js
Line 146 in 4097041
ember-pikaday/addon/mixins/pikaday.js
Line 171 in 4097041
I think that, in both cases, the object should first be converted to a
Date
(ormoment
object?`) and then the time extracted.The text was updated successfully, but these errors were encountered: