Created
October 21, 2015 01:51
-
-
Save sdanna/803d9f0c9a5651d93fac to your computer and use it in GitHub Desktop.
Date Picker Declarations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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