how to check date input.

In a JText, I input a date valu, when i got the value ,i want to check if it's reasonable.but idon't know how to check a number:for example:i input 31/31/2004,you know it's not reasonable.how to check it?
[256 byte] By [sumin-java] at [2007-9-30 14:55:50]
# 1
[url http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html]SimpleDateFormat[/url]Don't miss setLenient();
bbritta at 2007-7-5 21:06:35 > top of Java-index,Archived Forums,Socket Programming...