Skip to content

Instantly share code, notes, and snippets.

@zerg000000
Last active December 14, 2015 03:19
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 zerg000000/5019830 to your computer and use it in GitHub Desktop.
Save zerg000000/5019830 to your computer and use it in GitHub Desktop.
Convert Java Bean to Clojure map
(bean (java.util.Date.))
{:seconds 40, :date 23, :class java.util.Date,
:minutes 47, :hours 21, :year 113,
:timezoneOffset -480, :month 1, :day 6,
:time 1361627260711}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment