Added holiday/weekend functions

This commit is contained in:
Sudhir Shenoy 2017-07-22 09:53:20 +09:00
parent 746fdbf522
commit e229b5c309

View file

@ -71,4 +71,12 @@
:add-years ; convenience function :add-years ; convenience function
:diff-days ; absolute number of days between two dates :diff-days ; absolute number of days between two dates
:diff-years ; years between dates using day count conventions :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
)) ))