Function get_bookings_for_date
Returns an array of dates and the number of bookingsdone for the same. array[ Ymd ] => bookings done
Parameters summary
integer |
$product_id |
Product ID |
string |
$date |
Date |
Return value summary
array
|
$dates array of date and number of bookings done |