Hello
Can someone please show me code in Java that stores the date and time into a file every minute?
The reason for this is that i am looking to copy every minute from the computer clock in order to see if changes have been made.
I am not sure if I need to use a loop of some sort or whether there is code itself that will do this for me.
Any help will be appreciated
Thanks
Dave


LinkBack URL
About LinkBacks
Reply With Quote
Thread.sleep() may also be helpful in timing, or you could use System timing if you wish to be more accurate.
by clicking the
button on their useful posts.