Still able to select disabled dates in date picker

后端 未结 4 1952
暖寄归人
暖寄归人 2020-12-16 18:31

I want to disable the past dates of date picker in android. i can do it by using

dialog.getDatePicker().setMinDate(System.currentTimeMillis() - 1000);
         


        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-16 19:30

    datePickerDialog.getDatePicker().setMinDate(System.currentTimeMillis() - 1000);
    

提交回复
热议问题