Skip to content

Instantly share code, notes, and snippets.

@shangeethsivan
Created January 27, 2017 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shangeethsivan/5d1e1dba98d406e5df833e09e49058ff to your computer and use it in GitHub Desktop.
Save shangeethsivan/5d1e1dba98d406e5df833e09e49058ff to your computer and use it in GitHub Desktop.
Date Format in java
Date d=new Date();
SimpleDateFormat sdf=new SimpleDateFormat("dd:MM:yyyy hh:mm:ss");
String date=sdf.fomat(date);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment