Please add the new version to a file grocery_crud.php to function _load_date_format()
case 'eu-date':
$this->php_date_format = "$php_day.$php_month.$php_year";
$this->js_date_format = "$js_day.$js_month.$js_year";
$this->ui_date_format = "$ui_day.$ui_month.$ui_year";
break;
the data format (1.1.2013 13:25) used in Europe and elsewhere.
Please also addition function to enter text information to the item on the form. Using callback_ is not applicable for example to insert file, date etc..
callback_edit_field
http://www.grocerycrud.com/examples/callback_edit_field_example
callback_add_field
http://www.grocerycrud.com/examples/callback_add_field_example