Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我有一个EditText带日期输入类型。
EditText
我希望用户不要将时间设置为大于某个 const 时间或当前时间。怎么做?
更好的选择是使用DatePicker的方法setMaxDate和setMinDate
setMaxDate
setMinDate