Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Calendar style date picker in Hybrid Apps (Cordova/Phonegap)

May be my question would be redundant but is there a solution to show native calendar style datepicker in ANDROID and IOS in Cordova/Phonegap apps. I have searched a lot for the solution but no luck. Only thing I found that there is a calendar style datepicker available in android atleast (not sure about IOS) as mentioned here http://android-er.blogspot.in/2013/06/options-for-datepicker-to-display-or.html. but no idea how to develop this in phonegap hybrid apps

I have tried HTML5 Input Date type but its shows as spinners.

I have an alternate solution to use jQueryMobile UI or similar controls but before I try these controls I want to be sure that showing native calendar style datepicker is not possible in hybrid apps. Does anybody have an solution for my requirement .

I have tried this plugin EddyVerbruggenCalendar-PhoneGap-Plugin but it is mainly for events and activites not for date selection.

Any help is highly appreciated. Thanks in advance.

like image 921
Tatipaka Avatar asked Nov 10 '22 19:11

Tatipaka


1 Answers

You have a lot of plugins for date pickers

Here you have some of them:

https://github.com/kdileep1990/com.dileep.plugins.datepicker/

https://github.com/VitaliiBlagodir/cordova-plugin-datepicker

You can search datepicker on plugins.cordova.io

http://plugins.cordova.io/#/search?search=datepicker

or on https://build.phonegap.com/plugins

like image 106
jcesarmobile Avatar answered Nov 14 '22 22:11

jcesarmobile