validation - BlackBerry Date Validator -


is there easy way validate input date in balckberry? tried regex couldn't success. 1 have validation method.

thanks.

as date string in parts, use java.util.calendar class build java.util.date instance. in case of exception entered date not correct.

intercept exception in validation method , return false.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -