We have a member reporting that he is unable to set a date before Jan 1, 1970 on our DatePickerDialog. This issue does not repro for us.
I am already aware that the
Hi I found the solution for it. you can set the -ve value in the setMinDate() method and it works for me.
dp.setMinDate(-1576800000000L);