Date Validation in Android

后端 未结 6 1711
日久生厌
日久生厌 2020-12-03 09:05

I\'m new to Android programming and I\'m currently developing an app. Can someone help me on how to validate the date that is being input by the user if is it valid or not?<

6条回答
  •  臣服心动
    2020-12-03 10:04

    Also this assumes DD/MM/YYYY format but dates are locale based so can be MM/DD/YYYY eg in the USA!

提交回复
热议问题