Do you know how to change a long variable to Timestamp variable ? I can convert it to a String but I need to convert it to Timestamp in order to use it in the database.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Probably something like (assuming millis is your long variable, and represents milliseconds):
http://download.oracle.com/javase/1.4.2/docs/api/java/sql/Timestamp.html
This question is better suited for stackoverflow though, I’m flagging it.