Hi,
I purchased the Bootstrap theme but the search on a column datetime will not work.
In config/grocery_CRUD.php I have:
// There are only three choices: "uk-date" (dd/mm/yyyy), "us-date" (mm/dd/yyyy) or "sql-date" (yyyy-mm-dd)
$config['grocery_crud_date_format'] = 'uk-date';
but the search works only if I write a date in the column search field in format yyyy-mm-dd instead of dd/mm/yyyy
Maybe there is another setting somewhere?