cordova-plugin-datepicker icon indicating copy to clipboard operation
cordova-plugin-datepicker copied to clipboard

datepicker cannot work

Open geogeek11 opened this issue 6 years ago • 1 comments

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)

geogeek11 avatar Mar 18 '19 15:03 geogeek11

I get the same just by adding DatePicker to providers without writing any code.

ammaratef45 avatar Mar 28 '19 07:03 ammaratef45