Android Date picker shows wrong value of month and Disable past and date not working for appointment

后端 未结 0 908
野的像风
野的像风 2020-12-04 19:55

for example, if I select December (the 12th month), then it returns 12−1=11.

    final int year = calendar.get(Calendar.YEAR);
    final int month = calendar.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题