Enter your email address:

Delivered by FeedBurner


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Print current time using java in jsp page
12-12-2011, 11:20 PM
Post: #1
Bug Print current time using java in jsp page
Here you are going to learn how to get or display current date using java in jsp

<%Calendar calendar=Calendar.getInstance();
SimpleDateFormat dateFormat=new SimpleDateFormat("dd-mm-yyyy");
String date=dateFormat.format(calendar.getTime());
out.println(date);
%>


As you can see the date is displayed if you want to process this date value and use in different pages just use session
<%session.setAttribute("date",date);%>
Now you can use this value for processing.We expect your valuable comments.

Happy coding
Find all posts by this user
Add Thank You Quote this message in a reply
Advertise here or at any positions around our site send a mail to info@walkinsforum.com
Post Reply 


[-]
Share/Bookmark (Show All)
Facebook Linkedin Technorati Twitter Digg MySpace Delicious

Possibly Related Threads...
Thread: Author Replies Views: Last Post
Tongue Students management java project download rajasri 25 2,290 05-15-2012 12:45 PM
Last Post: itischinmay
  shopping cart in jsp&java admin 6 1,072 04-13-2012 08:51 PM
Last Post: sushantkop
Sad java.sql.SQLException: General error solution rajasri 3 1,090 02-07-2012 03:05 PM
Last Post: shahbaz07dbit
Sad create a file from form input in java,jsp rajasri 0 258 12-19-2011 06:32 PM
Last Post: rajasri
Wink Reading Html code of all the url using java rajasri 0 186 12-19-2011 06:17 PM
Last Post: rajasri
Big Grin In Tomcat jsp page is not refreshing rajasri 0 199 12-19-2011 06:11 PM
Last Post: rajasri
Shocked Finding created/modified time of files in a folder rajasri 0 101 12-19-2011 05:50 PM
Last Post: rajasri
Star pagination in jsp,java rajasri 0 238 12-19-2011 05:32 PM
Last Post: rajasri
Lightbulb compare current time with database retrieved time in jsp rajasri 0 200 12-19-2011 05:17 PM
Last Post: rajasri
Thumbs Up Display combo box value/Database value on same JSP page rajasri 0 326 12-19-2011 04:57 PM
Last Post: rajasri

Forum Jump:


User(s) browsing this thread: 1 Guest(s)