| Author |
change sql date to simpledateformat (mm/dd/yyyy)
|
harish pathak
Ranch Hand
Joined: Dec 17, 2005
Posts: 51
|
|
|
Hi All, I am retrieving date from the database in the following format : 2006-08-09 09:12:14:0 I have to change it in the mm/dd/yyyy format .. How can I do it in java answer please Thanks
|
 |
Richard Green
Ranch Hand
Joined: Aug 25, 2005
Posts: 536
|
|
new SimpleDateFormat("mm/dd/yyyy").format(yourDateFromDatabase); By the way, your question has nothing to do with JSP. Please use the Java Beginner forum for your Java Queries. [ August 17, 2006: Message edited by: Lynette Dawson ]
|
MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: change sql date to simpledateformat (mm/dd/yyyy)
|
|
|