Liking cljdoc? Tell your friends :D

leave-balance-service.date-utils


cur-yearclj

(cur-year)

The current year from the current date.

The current year from the current date.
sourceraw docstring

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

date-nowclj

(date-now)

The current date.

The current date.
sourceraw docstring

date-now-stringclj

(date-now-string)

Return a string format of the current date.

Return a string format of the current date.
sourceraw docstring

days-left-yearclj

(days-left-year)
(days-left-year end-date)

Days left until the end of the current year or the specified date.

Days left until the end of the current year or the specified 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

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-left-yearclj

(weeks-left-year)
(weeks-left-year end-date)

Weeks left until the end of the current year or the specified date.

Weeks left until the end of the current year or the specified date.
sourceraw docstring

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

× close