Skip to content

Instantly share code, notes, and snippets.

@redleafar
Created February 12, 2018 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redleafar/74d945776602aed23c8fdee90ecc3208 to your computer and use it in GitHub Desktop.
Save redleafar/74d945776602aed23c8fdee90ecc3208 to your computer and use it in GitHub Desktop.
Format date from server in java
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment