ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Code Snippets  >>  Programming Code  >>  Java Code  >>  J2EE Code
 
 


 

 
 J2SE Code interview questions  J2SE Code Interview Questions
 J2EE Code interview questions  J2EE Code Interview Questions
 J2ME Code interview questions  J2ME Code Interview Questions
Question
how to display date after one month using from today date 
in jsp
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to display date after one month using from today date in jsp
Answer
# 1
You have to use javscript or use some database connectivity 
in JSP program.
 
Is This Answer Correct ?    3 Yes 5 No
Sandeep_1985
[TCS]
 
  Re: how to display date after one month using from today date in jsp
Answer
# 2
We should use Date object from java or JavaScript.
 
Is This Answer Correct ?    3 Yes 2 No
Balu
 
 
 
  Re: how to display date after one month using from today date in jsp
Answer
# 3
Calendar c=Calendar.getInstance();

c.roll(Calendar.MONTH, 1); 
Date d4 = c.getTime();
System.out.println("new date " + d4.toString() );
 
Is This Answer Correct ?    2 Yes 0 No
Aravind & Guhan
 

 
 
 
Other J2EE Code Interview Questions
 
  Question Asked @ Answers
 
how to display date after one month using from today date in jsp TCS3
How to read MS-word document in java without displaying junk (unnecessary) data? Cognizent1
Can you forward data from a servlet to a regular .java class that is not a servlet?  2
How to convert string containing decimal point into integer in java? For example given a string like "3.14" as input how to get integer 3 as result.  6
 
For more J2EE Code Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com