Skip to content

Commit

Permalink
Document slash versus dash, fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls authored Mar 18, 2019
1 parent 2dc8e19 commit 42876fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 42876fa

Please sign in to comment.