Edit Text Field for dates that display a date and open the date picker to edit the date instead of the keyboard
#Usage
- add the file to your project
- to display the view add it to your layout xml as any other EditText view.
- to read the selected date you can ither read the text qas formated date using the EditText getText() method or simply read the year,month,day properties of the view object.