Liking cljdoc? Tell your friends :D

nl.surf.demo-data.date-util


->msecs-since-epochclj

(->msecs-since-epoch cal)
source

<-msecs-since-epochclj

(<-msecs-since-epoch msecs)
source

calendar-field-from-stringclj

(calendar-field-from-string name)
source

getclj

(get cal prop)

Get property of java.util.Calendar.

Get property of `java.util.Calendar`.
sourceraw docstring

last-day-ofclj

(last-day-of month year)

Return java.util.Calendar instance of the last day of month in year.

Return `java.util.Calendar` instance of the last day of `month` in `year`.
sourceraw docstring

nth-weekday-ofclj

(nth-weekday-of n weekday month year)

Return java.util.Calendar instance of the n-th (starting at 0) weekday of month in year.

Return `java.util.Calendar` instance of the `n`-th (starting at `0`)
`weekday` of `month` in `year`.
sourceraw docstring

parse-dateclj

(parse-date s)
source

parse-timestampclj

(parse-timestamp s)
source

rfc3339-dateclj

(rfc3339-date inst)

Format given inst to RFC 3339 defined string.

Format given `inst` to RFC 3339 defined string.
sourceraw docstring

rfc3339-instantclj

(rfc3339-instant inst)

Format given inst to RFC 3339 defined string (only the date part).

Format given `inst` to RFC 3339 defined string (only the date part).
sourceraw docstring

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

× close