| Author |
Conversion
|
Ramesh Pappala
Ranch Hand
Joined: Sep 14, 2005
Posts: 50
|
|
I got the date value from the html file to my servlet by using the below code, hiredate=req.getParameter("hiredate"); how to convert this hiredate into "SQL DATE" type. (ORACLE) Please give an example code.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
SQL date conversion isn't a servlets-specific topic, so I'm moving this off to the JDBC forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16483
|
|
|
I will let you check the API documentation pages to find out what "something" should be for whatever date format you expect to be receiving.
|
 |
Ramesh Pappala
Ranch Hand
Joined: Sep 14, 2005
Posts: 50
|
|
Thank You Paul Clapham, for giving reply to my question. And the answer you have given is working. Once again thanks for giving reply.
|
 |
 |
|
|
subject: Conversion
|
|
|