Open benoffi7 opened 7 years ago
If I code this
datePickerDialog.setMinDate(calendar.get(Calendar.YEAR),calendar.get(Calendar.MONTH),calendar.get(Calendar.DAY_OF_MONTH)+1);
some thing is not right your datepicker dialog is looking different, it should look like below , can you paste the full code
If I code this
datePickerDialog.setMinDate(calendar.get(Calendar.YEAR),calendar.get(Calendar.MONTH),calendar.get(Calendar.DAY_OF_MONTH)+1);