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
Post a Comment