aspose 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


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: 35443
    
    9
Try "new java.sql.Timestamp(System.currentTimeMillis())"


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
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 ?