(date->str date-obj)Convert a date object to a string in 'YYYY-MM-dd' format.
Convert a date object to a string in 'YYYY-MM-dd' format.
(days-left)(days-left end-date)Days left until the end of the current year (no params) or the specified end-date.
Days left until the end of the current year (no params) or the specified `end-date`.
(end-of-year)Last date of the current year.
Last date of the current year.
(end-of-year-str)Last date of the current year in a string format.
Last date of the current year in a string format.
(now-str)Return a string format of the current date.
Return a string format of the current date.
(str->date date-string)Convert a date in string format 'YYYY-MM-dd' to a date object.
Convert a date in string format 'YYYY-MM-dd' to a date object.
(weeks-left)(weeks-left end-date)Weeks left until the end of the current year (no params) or the specified end-date.
Weeks left until the end of the current year (no params) or the specified `end-date`.
(year)The current year from the current date.
The current year from the current date.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |