adspace


how to display date after one month using from today date
in jsp

Answer Posted / aravind & guhan

Calendar c=Calendar.getInstance();

c.roll(Calendar.MONTH, 1);
Date d4 = c.getTime();
System.out.println("new date " + d4.toString() );

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category