Skip to content

Instantly share code, notes, and snippets.

@Borwe
Created March 23, 2018 10:51
Show Gist options
  • Save Borwe/a817804da114d5749b1d7f723ad63b4c to your computer and use it in GitHub Desktop.
Save Borwe/a817804da114d5749b1d7f723ad63b4c to your computer and use it in GitHub Desktop.
DateGetter
SimpleDateFormat sdf=new SimpleDateFormat("EEE MMM dd HH:mm:ss z yyyy", Locale.ENGLISH);
Date date=sdf.parse("Fri Mar 23 12:50:47 EAT 2018");//returning null here why? Unparseable date: "Fri Mar 23 12:50:47 EAT 2018"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment