adspace
how to display after one month adding today's sysdatedate
in jsp?
Answer Posted / yun hin
Calendar calendar=Calendar.getInstance();
calendar.roll(Calendar.MONTH, 1);
Date date = calendar.getTime();
System.out.println("Date after one month from today: " + date );
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category