From 42876fa6c479d67afeca5815892821388e14215d Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 18 Mar 2019 22:33:40 +0100 Subject: [PATCH] Document slash versus dash, fix #27 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd95c75..c536283 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ $baseList = 'us-national'; // or region such as 'us-il' $additionalHolidays = array( 'independence-day' => null, // Even if it's holiday, you can force it to null to make your business open 'boss-birthday' => '09-26', // Close the office on September 26th + // you can also use slash if you prefer day first '26/09' (September 26th too) 'julian-christmas' => '= julian 12-25', // We support many calendars such as the Julian calendar // We support expressions 'special-easter' => '= Tuesday before easter',