i confuse about the datepicker of grocery crud since its datepicker was jquery-ui style, i just want to modify it to my bootstrap theme with this:
$crud->callback_add_field('bday', function () { return '<input type="text" id="example-datepicker" name="example-datepicker" class="form-control input-datepicker" data-date-format="mm/dd/yy" placeholder="mm/dd/yy">'; });
is there anything wrong in my callback code? plz answer asap, any help will much appreciated, thanks :)