Skip to content

Instantly share code, notes, and snippets.

@studiofuga
Created July 22, 2015 21:41
Show Gist options
  • Save studiofuga/c57115a55edeb3942c8e to your computer and use it in GitHub Desktop.
Save studiofuga/c57115a55edeb3942c8e to your computer and use it in GitHub Desktop.
Forma Date and Time in Android
Date mDate = new Date();
String s = DateUtils.formatDateTime(this, mDate.getTime(), DateUtils.FORMAT_SHOW_DATE | DateUtils.FORMAT_SHOW_TIME);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment