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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -