Liking cljdoc? Tell your friends :D

cljs-time.predicates

Predicate functions to ask basic questions about a date.

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))
```
raw docstring

april?cljs

(april? date-time)
source

august?cljs

(august? date-time)
source

december?cljs

(december? date-time)
source

february?cljs

(february? date-time)
source

first-day-of-month?cljs

(first-day-of-month? date-time)
source

friday?cljs

(friday? date-time)
source

january?cljs

(january? date-time)
source

july?cljs

(july? date-time)
source

june?cljs

(june? date-time)
source

last-day-of-month?cljs

(last-day-of-month? date-time)
source

march?cljs

(march? date-time)
source

may?cljs

(may? date-time)
source

monday?cljs

(monday? date-time)
source

november?cljs

(november? date-time)
source

october?cljs

(october? date-time)
source

same-date?cljs

(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
sourceraw docstring

saturday?cljs

(saturday? date-time)
source

september?cljs

(september? date-time)
source

sunday?cljs

(sunday? date-time)
source

thursday?cljs

(thursday? date-time)
source

tuesday?cljs

(tuesday? date-time)
source

wednesday?cljs

(wednesday? date-time)
source

weekday?cljs

(weekday? date-time)
source

weekend?cljs

(weekend? date-time)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close