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.
有没有简单的方法来验证黑莓中的输入日期?我尝试了 RegEx,但没有成功。有没有人有验证方法。
谢谢。
当您将日期作为部分字符串获取时,请使用 java.util.Calendar 类来构建 java.util.Date 实例。万一出现异常,输入的日期不正确。
在您的验证方法中拦截此异常并返回 false。