Hybrid View
-
10 Jul 2012 9:59 AM #1
en_GB Locale does not localize dates in DateColumns
en_GB Locale does not localize dates in DateColumns
REQUIRED INFORMATIONExt version tested:
- Ext 4.1.0
- Chrome / FF ESR
- 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
- 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.
- 31/12/2012
- 12/31/2012
Additional CSS used:PHP Code:Ext.define(
"Ext.locale.en_GB.grid.DateColumn", {
override: "Ext.grid.DateColumn",
format: 'd/m/Y'
}
);
- only default ext-all.css
- All
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-6761
in
4.1.2.


Reply With Quote