aspose file tools
The moose likes Java in General and the fly likes convert  SQL TimeStamp to String Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "convert  SQL TimeStamp to String" Watch "convert  SQL TimeStamp to String" New topic
Author

convert SQL TimeStamp to String

shabarish vai
Ranch Hand

Joined: May 26, 2008
Posts: 79
how do i convert SQL TimeStamp to String
22-05-20-2008 14:04:59:612
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32830
    
    4
Go through the API documentation and look for the toString method, as a first stage.
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19232

java.sql.Timestamp is a subclass of java.util.Date, so you can use java.text.DateFormat for formatting it.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: convert SQL TimeStamp to String
 
Similar Threads
convert data type string to timestamp
Create a Date object from String
time conversion
String to Timestamp conversion
Problem with TIMESTAMP(6) WITH LOCAL TIME ZONE