Skip to content

Instantly share code, notes, and snippets.

@drewr
Created October 14, 2009 17:42
Show Gist options
  • Select an option

  • Save drewr/210248 to your computer and use it in GitHub Desktop.

Select an option

Save drewr/210248 to your computer and use it in GitHub Desktop.
(defn ymd [#^Date date]
(when date
(.format (SimpleDateFormat. "yyyy-MM-dd") date)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment