andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

Coercion and `str` #122

Open au-phiware opened 6 years ago

au-phiware commented 6 years ago

It would be convenient if the following were true

(-> (cljs-time.core/now) str cljs-time.coerce/to-date-time nil? not)
(-> (cljs-time.core/now) str cljs-time.coerce/from-string nil? not)