Skip to content

Instantly share code, notes, and snippets.

@sdanna
Created October 21, 2015 01:51
Show Gist options
  • Save sdanna/803d9f0c9a5651d93fac to your computer and use it in GitHub Desktop.
Save sdanna/803d9f0c9a5651d93fac to your computer and use it in GitHub Desktop.
Date Picker Declarations
private DatePickerDialog datePickerDialog;
private EditText entryDate;
private SimpleDateFormat dateFormatter = new SimpleDateFormat("MM/dd/yyyy", Locale.US);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment