Garry
October 9th, 2000, 09:05 PM
I want to compare two dates.
Ok the scenerio is this. I have
String responsemonth;
String responseyear;
String responseday;
I want to get the current date and compare the two. The above date has to be less than the current date. If it is not I display a message.
I tried using Calender class but I could not subtract from the current date. Can somebody help me.
I need to do similar thing for two dates. where both will be in the form of varible and then I have to create the Date object to do the comapre.
Any Suggestion for both will be greately appreciated.
Thanks.
Garry
Ok the scenerio is this. I have
String responsemonth;
String responseyear;
String responseday;
I want to get the current date and compare the two. The above date has to be less than the current date. If it is not I display a message.
I tried using Calender class but I could not subtract from the current date. Can somebody help me.
I need to do similar thing for two dates. where both will be in the form of varible and then I have to create the Date object to do the comapre.
Any Suggestion for both will be greately appreciated.
Thanks.
Garry