Android DatePicker Date Limiting

后端 未结 4 1863
执笔经年
执笔经年 2020-12-16 04:00

I am using DatePicket in my activity ,

I want to limit the date picked by user to todays date.

They should not able to select date greater than todays date.

4条回答
  •  别那么骄傲
    2020-12-16 04:38

    I haven't worked with DatePicker but The documentation doesn't show any methods which can restrict the maximum date the Picker displays, still you can always check for the date it returns and can notify the user about validation criterion.

提交回复
热议问题