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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |