Liking cljdoc? Tell your friends :D

timewords.fuzzy.en.relative


date-to-str-seqclj

(date-to-str-seq joda-datetime)

floorclj

(floor dt dt-fn)

Floors the given date-time dt to the given time unit dt-fn, e.g. (floor (now) hour) returns (now) for all units up to and including the hour

Floors the given date-time dt to the given time unit dt-fn,
e.g. (floor (now) hour) returns (now) for all units
up to and including the hour
raw docstring

get-secondsclj

(get-seconds joda-datetime)

parse-last-monthclj

(parse-last-month s document-time)

parse-last-seasonclj

(parse-last-season s)
(parse-last-season s document-time)

parse-last-weekdayclj

(parse-last-weekday s document-time)

parse-next-monthclj

(parse-next-month s document-time)

parse-next-weekdayclj

(parse-next-weekday s document-time)

parse-relative-dateclj

(parse-relative-date s)
(parse-relative-date s document-time)

parse-relative-monthclj

(parse-relative-month s document-time joda-minus-or-plus)

parse-relative-timeclj

(parse-relative-time cleaned-timeword document-time plus-or-minus)

parse-relative-weekdayclj

(parse-relative-weekday s document-time plus-or-minus)

parse-some-time-agoclj

(parse-some-time-ago s)
(parse-some-time-ago s document-time)

Handle strings like '32 mins ago'.

Handle strings like '32 mins ago'.
raw docstring

parse-some-time-from-nowclj

(parse-some-time-from-now s)
(parse-some-time-from-now s document-time)

Handle strings like '32 mins from now'.

Handle strings like '32 mins from now'.
raw docstring

special-to-normalclj

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

× close