⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

grocery crud w/ bootstrap theme - datepicker issue



Noel Calonia

Noel Calonia
  • profile picture
  • Member

Posted 16 September 2015 - 13:41 PM

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 :)