Hi,
To me this is a hard question. I hope I'm posting this in the right area if not I'm sorry.
In the future, I want to be a
java programmer so I'm creating an application. At this point, I'm inserting dates into a database as for example 02/19/2005 and displaying it as February 19, 2005 using dateformat. My problem, that I can't figure out, is how can I restrict entering past dates for example 01/01/2005 and so on? I've read about using the Calendar object but I need an example to get it going. I've tried
but not sure where to go from here. A tutorial or code samples would be great. Thank you in advance.
Sue
.
.
.
.
[ February 19, 2005: Message edited by: Sue Miller ]