Created
May 3, 2018 09:31
-
-
Save hlassiege/b778ea94d36c5240a02a20db8fa4933b to your computer and use it in GitHub Desktop.
numberformatdate.java
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
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