date time issue in JSP

Reply

Join Date: Jun 2005
Posts: 3
Reputation: saiteja is an unknown quantity at this point 
Solved Threads: 0
saiteja saiteja is offline Offline
Newbie Poster

date time issue in JSP

 
0
  #1
Jun 21st, 2005
hi..
I reached to the end of my project..but still struggling with date time issue in JSP...
I am using mysql as database...
simply to say my question is, how to insert and retrive datetime from database to my JSP page...can anyone put the code for that..i will be the most happiest...
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 3
Reputation: saiteja is an unknown quantity at this point 
Solved Threads: 0
saiteja saiteja is offline Offline
Newbie Poster

Re: date time issue in JSP

 
0
  #2
Jun 30th, 2005
help me in this issue
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 45
Reputation: cheenu78 is an unknown quantity at this point 
Solved Threads: 0
cheenu78's Avatar
cheenu78 cheenu78 is offline Offline
Light Poster

Re: date time issue in JSP

 
0
  #3
Jun 30th, 2005
Originally Posted by saiteja
help me in this issue
hi saiteja,

I am not clear. I am also using mysql as database in my jsp pages. What kind of problem are you facing with date and timestamp?

regard
Srinivas
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 3
Reputation: saiteja is an unknown quantity at this point 
Solved Threads: 0
saiteja saiteja is offline Offline
Newbie Poster

Re: date time issue in JSP

 
0
  #4
Jul 1st, 2005
When I retrieve the date time field from my database I am getting only date but not time..
In my database the datetime field is 2005-07-01 12:12:08
But I am getting only 2005-07-01
help me plzzz
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 45
Reputation: cheenu78 is an unknown quantity at this point 
Solved Threads: 0
cheenu78's Avatar
cheenu78 cheenu78 is offline Offline
Light Poster

Re: date time issue in JSP

 
0
  #5
Jul 6th, 2005
hi saiteja,
Sorry for the delayed reply, I was out of station.
Are using getTimestamp() of ResultSet if you are using PreparedStatement. If you are using Hibernate you can try typecasting to Timestamp.
can you give me the database structure and the code snippet you are using, I can try and get back to you.
Regards
Srinivas
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 45
Reputation: cheenu78 is an unknown quantity at this point 
Solved Threads: 0
cheenu78's Avatar
cheenu78 cheenu78 is offline Offline
Light Poster

Re: date time issue in JSP

 
0
  #6
Jul 7th, 2005
hi saiteja,

Following was the code that I used in jsp to display the date and time:

I used jstl library to do that.

<fmt:formatDate type="date" value="+<%=variableName>+"/>

Hope this helps.

Srinivas
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JSP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC