My dates are in standard MySql database yyyy/mm/dd format and I re-format to UK format in the table as dd/mm/yyyy, but then I find jquery bootgrid table doesn't sort correctly, no doubt because it's expecting mm/dd/yyyy US format.
Is there a fix for this? Do I need to format as a raw date in the table and then use a bootgrid formatter to format as a UK date?