Created
June 7, 2014 10:31
-
-
Save dsaiztc/defeab82b628eadf5ae4 to your computer and use it in GitHub Desktop.
Format Date in local format.
This file contains 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
final static DateFormat DATE_FORMAT = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, Locale.getDefault()); | |
DATE_FORMAT.format(new Date()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment