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

Full Example!

Open Roshdy opened this issue 11 years ago • 5 comments

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 ).

Roshdy avatar Mar 01 '14 07:03 Roshdy

Some pics would be nice too, so we can see how it looks like before trying :)

smnplk avatar Mar 04 '14 18:03 smnplk

@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.

smnplk avatar Mar 04 '14 18:03 smnplk

Wow, no one has responded to this? This is the first question I had!

neoadventist avatar Apr 20 '15 06:04 neoadventist

ok, is kind of obvious when you try it what it does.

neoadventist avatar Apr 20 '15 06:04 neoadventist

Please try this example for Ionic 3 https://github.com/PrithiviRajG/Ionic-3-Native-Date-Picker-example

PrithiviRajG avatar Nov 03 '17 14:11 PrithiviRajG