如何在DatePicker中限制日期的开始和结束日期?

时间:2019-06-29 17:16:08

标签: android kotlin datepicker

我正在使用andorid程序,在我的程序中,我使用DatePicker,并且必须限制开始和结束日期。例如从01.01.2018到01.01.2020,我该怎么做,请帮忙?

1 个答案:

答案 0 :(得分:0)

您可以使用https://developer.android.com/reference/android/widget/DatePicker

中的以下xml属性解决方案
android:maxDate 
//The maximal date shown by this calendar view in mm/dd/yyyy format. 
android:minDate 
//The minimal date shown by this calendar view in mm/dd/yyyy format.