Skip to content

Instantly share code, notes, and snippets.

@csadilek
Created May 6, 2014 16:44
Show Gist options
  • Save csadilek/eaa514d6c477680cd346 to your computer and use it in GitHub Desktop.
Save csadilek/eaa514d6c477680cd346 to your computer and use it in GitHub Desktop.
java.sql.Date sqldate = new java.sql.Date(70, 0, 2);
DateFormat df = DateFormat.getDateTimeInstance();
df.setTimeZone( TimeZone.getTimeZone( "GMT" ) );
System.out.println("Created with YMD: " + df.format(sqldate));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment