File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes How to convert now date to Timestamp ?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "How to convert now date to Timestamp ??" Watch "How to convert now date to Timestamp ??" New topic
Author

How to convert now date to Timestamp ??

majid nakit
Ranch Hand

Joined: Jun 26, 2001
Posts: 160
Hi,
can you please tell me how to convert the current date (now) to Timestamp ?
thanks
your help is appreciated
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
Try "new java.sql.Timestamp(System.currentTimeMillis())"


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: How to convert now date to Timestamp ??
 
Similar Threads
add 10 days to currentDate in java.util.Date or cast to Calendar?
How do i convert a Date object into a Timestamp object ?
How to convert timeStamp into corresponding date.
How do i convert a Date object into a TimeStamp object
How do i convert a Date object into a Timestamp object ?