Liking cljdoc? Tell your friends :D

clj-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?
(monday? (clj-time.core/date-time 1999 9 9))

Is it January?
(january? (clj-time.core/date-time 2011 1 1))
raw docstring

april?clj

(april? date-time)
source

august?clj

(august? date-time)
source

december?clj

(december? date-time)
source

february?clj

(february? date-time)
source

first-day-of-month?clj

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

first-day-of-the-month?clj

source

friday?clj

(friday? date-time)
source

january?clj

(january? date-time)
source

july?clj

(july? date-time)
source

june?clj

(june? date-time)
source

last-day-of-month?clj

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

last-day-of-the-month?clj

source

march?clj

(march? date-time)
source

may?clj

(may? date-time)
source

monday?clj

(monday? date-time)
source

november?clj

(november? date-time)
source

nth-day-of-the-month?clj

(nth-day-of-the-month? date-time n)
source

october?clj

(october? date-time)
source

same-date?clj

(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?clj

(saturday? date-time)
source

september?clj

(september? date-time)
source

sunday?clj

(sunday? date-time)
source

thursday?clj

(thursday? date-time)
source

tuesday?clj

(tuesday? date-time)
source

wednesday?clj

(wednesday? date-time)
source

weekday?clj

(weekday? date-time)
source

weekend?clj

(weekend? date-time)
source

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

× close