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
i've tried to test it to pick a date but using ionic 3 for android using this code :
this.datePicker.show({ date: new Date(), mode: 'date' });
but it gives always the same error :
ERROR TypeError: Object(...) is not a function at DatePicker.show (vendor.js:125405)
The text was updated successfully, but these errors were encountered:
I get the same just by adding DatePicker to providers without writing any code.
DatePicker
Sorry, something went wrong.
No branches or pull requests
i've tried to test it to pick a date but using ionic 3 for android using this code :
this.datePicker.show({
date: new Date(),
mode: 'date'
});
but it gives always the same error :
ERROR TypeError: Object(...) is not a function
at DatePicker.show (vendor.js:125405)
The text was updated successfully, but these errors were encountered: