Hi friends! I need this date format 'DD/MM/YYYY' for my site. So, I configure the parameter $config['grocery_crud_date_format'] = 'uk-date'. I store all date fields with the standard format "YYYY-MM-DD" in DB.
Now, I have a problem with the jquery datepicker... it seems stuck in us-date format, I don't know why. Do I have to set the date format in other place?
I've try this with no luck
$( ".datepicker-input" ).datepicker( "option", "dateFormat", "dd-mm-yy" );
Can anyone give me a hint?
Thanks!
Mario