I want to disable the past dates of date picker in android. i can do it by using
dialog.getDatePicker().setMinDate(System.currentTimeMillis() - 1000);
Got to know from a comment that this is a bug in Lollipop. So, fixed it programatically.
All you need to do is check the selected date with the min date set.