Added holiday/weekend functions
This commit is contained in:
parent
746fdbf522
commit
e229b5c309
1 changed files with 8 additions and 0 deletions
|
|
@ -71,4 +71,12 @@
|
|||
:add-years ; convenience function
|
||||
:diff-days ; absolute number of days between two dates
|
||||
:diff-years ; years between dates using day count conventions
|
||||
;; Holiday calendars and weekends
|
||||
:make-calendar
|
||||
:known-centres
|
||||
:get-holidays-for-centre
|
||||
:weekend-p
|
||||
:weekday-p
|
||||
:holiday-p
|
||||
:business-day-p
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue