Liking cljdoc? Tell your friends :D

clojurewerkz.quartzite.date-time


date-midnightclj

(date-midnight year month day)
source

first-day-of-the-monthclj

(first-day-of-the-month dt)
(first-day-of-the-month year month)
source

fpartialclj

(fpartial f & args)

Like clojure.core/partial but prepopulates last N arguments (first is passed in later)

Like clojure.core/partial but prepopulates last N arguments (first is passed in later)
sourceraw docstring

last-day-of-the-monthclj

(last-day-of-the-month dt)
(last-day-of-the-month year month)
source

number-of-days-in-the-monthclj

(number-of-days-in-the-month dt)
(number-of-days-in-the-month year month)
source

periodic-seqclj

(periodic-seq start period)

Returns an infinite sequence of date-time values growing over specific period

Returns an infinite sequence of date-time values growing over specific period
sourceraw docstring

today-atclj

(today-at hours minutes)
(today-at hours minutes seconds)
(today-at hours minutes seconds millis)
source

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

× close