Was it Monday?
(monday? (clj-time.core/date-time 1999 9 9))
Is it January?
(january? (clj-time.core/date-time 2011 1 1))
### Predicate functions to ask basic questions about a date. Was it Monday? ```clojure (monday? (clj-time.core/date-time 1999 9 9)) ``` Is it January? ```clojure (january? (clj-time.core/date-time 2011 1 1)) ```
(same-date? this-date-time that-date-time)
Compares two date times to see if they are the same date
Compares two date times to see if they are the same date
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close