How can I easily get date and time as integer values in Android?
2 Answers
Show here:
http://developer.android.com/reference/android/os/SystemClock.html
To get the wall clock you just have to call:
System.currentTimeMillis();
Show here:
http://developer.android.com/reference/android/os/SystemClock.html
To get the wall clock you just have to call:
System.currentTimeMillis();