Created
July 3, 2018 12:02
-
-
Save jesselima/77d7cc40c469c479a44af182e46eb175 to your computer and use it in GitHub Desktop.
Get unix current DATETIME
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Get unix current DATETIME | |
| long epoch = System.currentTimeMillis()/1000; | |
| Log.v(">>EPOCH NOW DATE>>>", String.valueOf(epoch)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment