Created
October 30, 2015 02:21
-
-
Save victorvaz/0abdd67b5df7d31a8da4 to your computer and use it in GitHub Desktop.
Pegar data atual com java
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
String dataHoraAtual = new SimpleDateFormat("dd/MM/yyyy H:m:s").format(new Date()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment