Hi,
I am writing a validation class in Java which validates the input data from a JSP form. As far as the date validation is concern I have a bit of a trouble. According to this application the system must only accept dates till the end of the year from the current date.So can you please help me how to do this using the calender class. I am new to Java as well.
Cheers
Oshadee