Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Created January 7, 2012 17:05
Show Gist options
  • Save paganotoni/1575328 to your computer and use it in GitHub Desktop.
Save paganotoni/1575328 to your computer and use it in GitHub Desktop.
Month_DD_YYYY format for new Groovy Date
String.format('%tB %<te %<tY', new Date())​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment