(add date n unit & calendars)
Adds n units to date and returns a new date
date must be an instance of java.time.LocalDate or java.time.LocalDateTime, n must be an integer and valid units are found in the units set
Adds n units to date and returns a new date date must be an instance of java.time.LocalDate or java.time.LocalDateTime, n must be an integer and valid units are found in the units set
(business-day? date & calendars)
Returns true only if date is not in a weekend and also not a holiday in any of the given calendars
Returns true only if date is not in a weekend and also not a holiday in any of the given calendars
(holiday? date calendar)
Returns true only if date is a holiday in the given calendar
Returns true only if date is a holiday in the given calendar
(non-business-day? date & calendars)
Returns true only if date is whether a weekend or a holiday in one of the given calendars
Returns true only if date is whether a weekend or a holiday in one of the given calendars
(weekend? date)
Returns true only if date is in a weekend
Returns true only if date is in a weekend
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 |