I am trying to add Native Date picker in my project and the plugin is below,
1st pulgin:
cordova plugin add https://github.com/DURK/cordova-datepicker-plugin
(or) 2st plugin:
cordova local plugin add https://github.com/VitaliiBlagodir/cordova-plugin-datepicker
The 2-plugins are working well and i want to set maxDate and minDate for that Datepicker. But, i can't get any solution for that.
Give any suggestion for that. Thank you.