Danimal1209
Senior member
I am trying to change getTimeInMillis() to seconds. I searched google and it said to do this:
getTimeInMillis()/1000
But I still get a 6 digit long response when I println.
I am creating a program that needs to break down the milliseconds to integers.
Thanks!
getTimeInMillis()/1000
But I still get a 6 digit long response when I println.
I am creating a program that needs to break down the milliseconds to integers.
Thanks!