I don't understand why my dates save in DB with the format yyyy-mm-dd ?
In Grocery CRUD config i do this :
$config['grocery_crud_date_format] = 'uk-date';
I load a french translation for the datepicker with :
dateFormat: 'dd/mm/yy'
But in my DB i have like that : 2012-09-21
Thanks for the answers.