(date-to-str-seq joda-datetime)
(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
(get-seconds joda-datetime)
(parse-last-month s document-time)
(parse-last-season s)
(parse-last-season s document-time)
(parse-last-weekday s document-time)
(parse-next-month s document-time)
(parse-next-weekday s document-time)
(parse-relative-date s)
(parse-relative-date s document-time)
(parse-relative-month s document-time joda-minus-or-plus)
(parse-relative-time cleaned-timeword document-time plus-or-minus)
(parse-relative-weekday s document-time plus-or-minus)
(parse-some-time-ago s)
(parse-some-time-ago s document-time)
Handle strings like '32 mins ago'.
Handle strings like '32 mins ago'.
(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'.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close