i am using tomcat, sqlserver 7.0, servlets
it messes up date time

instead of '2000-07-02'
it shows 2002-06-13 in the result set

Code:
 DateSubmited = rs.getDate(i);

It works fine if i use java web server 2.0 with the same servlet.
i have tried to catch field in object etc. nothing works.

any idea why is that happning???
thanks in advance

krishna

===========================================================================
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

Reply via email to