en_GB Locale does not localize dates in DateColumns
REQUIRED INFORMATIONExt version tested:Browser versions tested against:Description:- ext-lang-en_GB.js does not localize grid.DateColumn. This means that dates in grid columns appear differently to dates elsewhere in the ui
Steps to reproduce the problem:- Any grid with a date column and the en_GB locale included. Pick a date such as 31/12/2012. The format is correct in the picker, but it is appears as 12/31/2012 in grids.
The result that was expected:The result that occurs instead:Possible fix:
PHP Code:
Ext.define(
"Ext.locale.en_GB.grid.DateColumn", {
override: "Ext.grid.DateColumn",
format: 'd/m/Y'
}
);
Additional CSS used:Operating System: