Android DatePicker Date Limiting

后端 未结 4 1859
执笔经年
执笔经年 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:43

    I agree with Sheikh.

    Maybe consider doing validation on the entered date and if invalid, notify the user and launch the DatePicker again.

    Other than that, maybe a custom widget, but I haven't seen a default way to do this.

提交回复
热议问题