Function getHolidayRange
Get all holidays within the given time range.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Calendar.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Calendar.php
string |
$low_date |
The low end of the range, inclusive, in YYYY-MM-DD format |
string |
$high_date |
The high end of the range, inclusive, in YYYY-MM-DD format |
array
|
An array of days, which are all arrays of holiday names. |