DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   JSP (http://www.daniweb.com/forums/forum24.html)
-   -   date time issue in JSP (http://www.daniweb.com/forums/thread26245.html)

saiteja Jun 21st, 2005 3:44 am
date time issue in JSP
 
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...

saiteja Jun 30th, 2005 4:54 am
Re: date time issue in JSP
 
help me in this issue

cheenu78 Jun 30th, 2005 7:46 am
Re: date time issue in JSP
 
Quote:

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

saiteja Jul 1st, 2005 7:34 am
Re: date time issue in JSP
 
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

cheenu78 Jul 6th, 2005 2:40 am
Re: date time issue in JSP
 
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

cheenu78 Jul 7th, 2005 11:44 am
Re: date time issue in JSP
 
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


All times are GMT -4. The time now is 5:13 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC