Skip to content

Commit

Permalink
Rename Washington's Birthday to Presidents' Day in US holidays.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvianna committed Feb 10, 2023
1 parent d30a850 commit 991cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/holidays.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ function checkHoliday( year, month, day ) {
holidays.push(
{ date: '1-1', name: 'New Year\'s Day' },
{ date: floatingDoW( 1, year, 1, 15 ), name: 'Birthday of Martin Luther King Jr.' },
{ date: floatingDoW( 1, year, 2, 15 ), name: 'Washington\'s Birthday' },
{ date: floatingDoW( 1, year, 2, 15 ), name: 'Presidents\' Day' },
{ date: floatingDoW( 1, year, 5, 25 ), name: 'Memorial Day' },
{ date: '6-19', name: 'Juneteenth' },
{ date: '7-4', name: 'Independence Day' },
Expand Down

0 comments on commit 991cfc4

Please sign in to comment.