diff --git a/packages.lisp b/packages.lisp index b793c31..fa69c11 100644 --- a/packages.lisp +++ b/packages.lisp @@ -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 ))