Created
July 12, 2016 13:32
-
-
Save KeithNdhlovu/d741bce88907ed0c318b4d6b5817abf3 to your computer and use it in GitHub Desktop.
Android Date Formating
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
| 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