SyntaxFix
Write A Post
Hire A Developer
Questions
If you get time as string in format such as 1441963946053 you simply could do something as following:
//String timestamp; Long miliseconds = Long.valueOf(timestamp); Timestamp ti = new Timestamp(miliseconds);