From e229b5c30999a417d2b0b084bc3b01eb02dcac2d Mon Sep 17 00:00:00 2001 From: Sudhir Shenoy Date: Sat, 22 Jul 2017 09:53:20 +0900 Subject: [PATCH] Added holiday/weekend functions --- packages.lisp | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ))