How Can I open Date Picker Dialog?
I tried using this code, but this doesn't do anything. I believe it has been deprecated, but I haven't found the solution yet.
mDOB.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
showDialog(DATE_DIALOG_ID);
}
});