aspose file tools
The moose likes Beginning Java and the fly likes change sql date to simpledateformat (mm/dd/yyyy)    Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "change sql date to simpledateformat (mm/dd/yyyy)    " Watch "change sql date to simpledateformat (mm/dd/yyyy)    " New topic
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)
 
Similar Threads
change date format
Javascript Help
conversion of date
convert String to Date Format
Date Confusion