cljs-time uses goog.date Objects - these are not the same as js/Date Objects.
cljs-time uses [goog.date](https://google.github.io/closure-library/api/goog.date.html) Objects - these are not the same as js/Date Objects.
(<= dt1 dt2)
re-arrange into < order - dt2 is after dt1 coerce js/Dates to goog.dates explicitly check goog.date with t/=
re-arrange into < order - dt2 is _after_ dt1 coerce js/Dates to goog.dates explicitly check goog.date with t/=
(days-ago inst)
(hour tz)
(now)
(parse fmt s)
(parse-weird-docker-datetime-string s)
(week-date-time-no-ms tc)
(week-date-time-no-ms-now)
(year-month-day tc)
(yesterday)
(yesterday tz)
(yesterday-pdt)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close