cordova-plugin-datepicker
cordova-plugin-datepicker copied to clipboard
Full Example!
Is it possible to post a full example on how to use the plugin? ( HTML input type="text" or "date"..., and how to handle the click event ).
Some pics would be nice too, so we can see how it looks like before trying :)
@Roshdy
It might be like this. datePicker.show(options, function(date){ $scope.selectedDate = date; });
<input type="text" ng-model="selectedDate"></input>
I am not sure about this, but this is how I would try first.
Wow, no one has responded to this? This is the first question I had!
ok, is kind of obvious when you try it what it does.
Please try this example for Ionic 3 https://github.com/PrithiviRajG/Ionic-3-Native-Date-Picker-example