I am not getting current date in my datePickerDialog. Always x.xx.1900 :/
Here is my code:
Calendar c = Calendar.getInstance();
Use This to get the The Latest Date
public String getDisplayDate(){ return (dt.getDate()+"/"+(dt.getMonth()+1)+"/"+(dt.getYear()+1900)); }