Skip to content

Instantly share code, notes, and snippets.

@hlassiege
Created May 3, 2018 09:31
Show Gist options
  • Save hlassiege/b778ea94d36c5240a02a20db8fa4933b to your computer and use it in GitHub Desktop.
Save hlassiege/b778ea94d36c5240a02a20db8fa4933b to your computer and use it in GitHub Desktop.
numberformatdate.java
DateFormat df = DateFormat.getDateInstance();
myDate = df.parse(myString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment