Skip to content

DURK/cordova-datepicker-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Datepicker for Apache Cordova

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 58.7%
  • Java 33.9%
  • JavaScript 7.4%