Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 945 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 945 Bytes

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

Install

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`

Note

  • 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

TODO

  • 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