getList()
getList(\mysqli $db, \DateTime $startDate = null, \DateTime $endDate = null) : array
Gets a list of meets within a given date range.
Parameters
| \mysqli | $db | The database connection. |
| \DateTime | $startDate | The start of the date range. Default is today. |
| \DateTime | $endDate | The end of the date range. If not provided then returns 20 years worth. |
Returns
array —The list of meets within the range.