How can I add a simple calendar that when a user clicks on the “Birthdate field” it will direct to another page or a pop-up box that has a calendar and so the user can select the date of his/her birth? I am developing an android application in eclipse with PhoneGap 1.4.1, Many Thank you guys.
Share
Here is what I did:
Create a Calendar instance for default value:
A function to update Date of Birth EditText field:
onClickListener on et_dob
Then override onCreateDialog in your activity:
You should see something like this when you click on EditText et_dob.