Liking cljdoc? Tell your friends :D

date-utils.core


date->strclj

(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.
sourceraw docstring

days-leftclj

(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`.
sourceraw docstring

end-of-yearclj

(end-of-year)

Last date of the current year.

Last date of the current year.
sourceraw docstring

end-of-year-strclj

(end-of-year-str)

Last date of the current year in a string format.

Last date of the current year in a string format.
sourceraw docstring

nowclj

(now)

The current date.

The current date.
sourceraw docstring

now-strclj

(now-str)

Return a string format of the current date.

Return a string format of the current date.
sourceraw docstring

str->dateclj

(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.
sourceraw docstring

weeks-leftclj

(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`.
sourceraw docstring

yearclj

(year)

The current year from the current date.

The current year from the current date.
sourceraw docstring

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

× close