I have EditText in my XML file:
EditText
this below code will help you
String string = editText.getText().toString(); DateFormat formatter = new SimpleDateFormat("hh:mm:ss a"); Date date = formatter.parse(string);