getHolidayRange

Description

Gets a list of all holidays occurring between the given dates.

Syntax

array getHolidayRange (string $low_date, string $high_date)



Parameter $low_date

Expected type: String
Description: The low end of the date range, in YYYY-MM-DD format



Parameter $high_date

Expected type: String
Description: The high end of the date range, in YYYY-MM-DD format



Return value

Expected type: Array of arrays
Description: Returns an array of days, which are all arrays of holiday names.


Advertisement: