Function bkap_check_for_min_date
Check if min booking date is available for booking when compared to start date. Return true if date available else return false
Parameters summary
string|integer |
$product_id |
Product ID |
string |
$start_date |
Start Date |
string |
$current_time |
Current Wordpress Time |
Return value summary
boolean
|
True if date available else return false |