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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -