Date Format and Internet Explorer
Hi :)
Not sure if this is really a bug or if i dont use the date filter correctly, but when using the date filter in ExtJS Xtemplates under IE8, the dates are not parsed correctly. I know IE date management is a joke but i thought ExtJS would handle it :)
My input date is standard ISO format string: "2002-06-21T00:00:00.0000000"
But using :date('Y-M-d') filter in the XTempalte doesnt work with IE8. (i get a blank string)
I made a little override based workaround if some are interested : https://gist.github.com/4707132
Cheers :)