Hi all,
I have a query,
How to get a day from date,
For example there is a
String called date="05/05/2010";
If it is Monday to Thurs Day it has to return Next Day and Date..otherwise it might be any one of Friday,Saturday,Sunday these it has to return Monday and its date,i meant next business day and its date.
is it possible in
java Date and Calender class,
thanks,
Kalai.