Skip to:
(from-java (java.util.Date.)) returns
{:day 2, :date 22, :time 1548156165905, :month 0, :seconds 45, :year 119, :timezoneOffset 0, :hours 11, :minutes 22}
but it makes more sense not to convert date objects as they are effectively primitives within Clojure. Can submit PR for this if approved.
Declined as a duplicate of https://clojure.atlassian.net/browse/JDATA-8#icft=JDATA-8 (which was also declined).
Comment made by: whamtet
Any comments please?
(from-java (java.util.Date.)) returns
{:day 2, :date 22, :time 1548156165905, :month 0, :seconds 45, :year 119, :timezoneOffset 0, :hours 11, :minutes 22}
but it makes more sense not to convert date objects as they are effectively primitives within Clojure. Can submit PR for this if approved.