hi
suppose i want to stroe the date in to the data base (oracel)
iam using formate to_date("+ +" ,'dd-mm-yy' );
the same way i am retriveing i want to display date, time
in my jsp page.
i am using the following function
java.util.date d=rs.getDate(msgdate);
java.util.date d1=rs.getTime(msgdate);
it will displaying full time like 12:14:24 here i want to display
only hours and minutes.
[ i will try getHours , but its not working ]
how can i do it.. give me suggestion.
thanks
subu
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets