How to make a datepicker Restrict date range with grocery crud? -
hmm, hello.. have problem make datepicker in grocery crud. how make it? put code in controller, still not working me.
if( $crud->getstate() == 'add' ) { //add these in add form $crud->set_css('assets/grocery_crud/css/ui/simple/'.grocery_crud::jquery_ui_css); $crud->set_js('assets/grocery_crud/js/jquery_plugins/config/jquery.datepicker.config.js'); }
Comments
Post a Comment