(get cal prop)
Get property of java.util.Calendar
.
Get property of `java.util.Calendar`.
(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`.
(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`.
(rfc3339-date inst)
Format given inst
to RFC 3339 defined string.
Format given `inst` to RFC 3339 defined string.
(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close