Skip to content

Instantly share code, notes, and snippets.

@KeithNdhlovu
Created July 12, 2016 13:32
Show Gist options
  • Save KeithNdhlovu/d741bce88907ed0c318b4d6b5817abf3 to your computer and use it in GitHub Desktop.
Save KeithNdhlovu/d741bce88907ed0c318b4d6b5817abf3 to your computer and use it in GitHub Desktop.
Android Date Formating
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd",Locale.US);
String expiryDateString = simpleDateFormat.format(Date);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment