my dog learned polymorphism
The moose likes Java in General and the fly likes Time stamp format Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Time stamp format" Watch "Time stamp format" New topic
Author

Time stamp format

munuswamy senthilkumar
Greenhorn

Joined: Jun 18, 2004
Posts: 2
how to get the timestamp in the following format yyyy-mm-dd-hh.mm.ss.SSnnnn
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26489
    
  78

Munuswamy,
Welcome to javaranch!

Take a look at the SimpleDateFormat class. It lets you customize the format of a date (timestamp is a subclass of date so it can do timestamps too.)


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
munuswamy senthilkumar
Greenhorn

Joined: Jun 18, 2004
Posts: 2
How to get nano second.
 
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: Time stamp format
 
Similar Threads
Help Needed in EL
Code for binary file to bitmap file conversion
Mock Exams for the new cert?
How to pass Arraylist values from an actionClass to a JSP page
Why is Refresh neccessary when loading the page?