$where_data[]="TD.is_scheduled='0' AND (TD.trip_status=BK.accept_trip_status OR TD.broker_id=0) AND pickup_lat!=0 AND pickup_lng!=0 AND drop_lat!=0 AND drop_lng!=0";
$where_data[]="TD.is_scheduled='0' AND (TD.trip_status!=BK.accept_trip_status OR TD.broker_id!=0) AND pickup_lat!=0 AND pickup_lng!=0 AND drop_lat!=0 AND drop_lng!=0";
<inputid="datepicker"type="text"class="form-control required"data-parsley-trigger="change"data-parsley-minlength="2"required=""name="date_of_birth"placeholder="Pick Date Of Birth"autocomplete="off"value="<?=(isset($customer_data)&&isset($customer_data->date_of_birth))?$customer_data->date_of_birth:''?>">