Datepicker (Android+iOS) that works with Apache Cordova 3.x
For an example on how to use this plugin, please refer to this demo-project
To install the plugin, run the following command (Check that you have node.js and the cordova/phonegap-cli installed)
cordova plugin add https://github.com/DURK/cordova-datepicker-plugin
or:
`phonegap local plugin add https://github.com/DURK/cordova-datepicker-plugin`- All I did was refactor this Android plugin and combine it with this iOS plugin.
- I've kept the JS-interface file for iOS
www/ios/datepicker.js
- Add this plugin to build.phonegap.com/plugins
- Refactor the iOS-plugin, so it is able to use the same refactored JS-interface file that Android uses