Skip to content

Instantly share code, notes, and snippets.

@AndrienkoAleksandr
Created November 16, 2014 14:36
Show Gist options
  • Save AndrienkoAleksandr/94fcaefec77090defb0e to your computer and use it in GitHub Desktop.
Save AndrienkoAleksandr/94fcaefec77090defb0e to your computer and use it in GitHub Desktop.
data
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy.MM.dd HH:mm:s");
String date = dateFormat.format(System.currentTimeMillis());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment