drewr (owner)

Revisions

  • 1c126c drewr Wed Oct 14 10:42:33 -0700 2009
gist: 210248 Download_button fork
public
Public Clone URL: git://gist.github.com/210248.git
Embed All Files: show embed
datetime.clj #
1
2
3
4
5
(defn ymd [#^Date date]
  (when date
    (.format (SimpleDateFormat. "yyyy-MM-dd") date)))