Function check_in_range_holidays
This function will return date with true or false value based on the holidays date
Parameters summary
string |
$start_date |
Start Date |
string |
$end_date |
End Date |
string |
$recurring_selected_weekdays |
Array of holiday dates |
Return value summary
array
|
$return_value This will array of dates with true if date holiday else date with false value. |