Function getBirthdayRange
Get all birthdays within the given time range. finds all the birthdays in the specified range of days. works with birthdays set for no year, or any other year, and respects month and year boundaries.
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, each of which is an array of birthday information for the context |