Displaying the build time-stamp in an application

Viewed 25785

I would like to display the time-stamp of when the application was built in an about box. This will allow me tracking different versions of the application. How can I retrieve this information in Java?

4 Answers
Related