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)

august?clj

(august? date-time)

december?clj

(december? date-time)

february?clj

(february? date-time)

first-day-of-month?clj

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

first-day-of-the-month?clj


friday?clj

(friday? date-time)

january?clj

(january? date-time)

july?clj

(july? date-time)

june?clj

(june? date-time)

last-day-of-month?clj

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

last-day-of-the-month?clj


march?clj

(march? date-time)

may?clj

(may? date-time)

monday?clj

(monday? date-time)

november?clj

(november? date-time)

nth-day-of-the-month?clj

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

october?clj

(october? date-time)

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

saturday?clj

(saturday? date-time)

september?clj

(september? date-time)

sunday?clj

(sunday? date-time)

thursday?clj

(thursday? date-time)

tuesday?clj

(tuesday? date-time)

wednesday?clj

(wednesday? date-time)

weekday?clj

(weekday? date-time)

weekend?clj

(weekend? date-time)

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

× close