1. #1
    Sencha User
    Join Date
    Dec 2009
    Location
    Paris, France
    Posts
    15
    Vote Rating
    3
    revolunet is on a distinguished road

      0  

    Default Unanswered: Date Format and Internet Explorer

    Unanswered: 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

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,085
    Vote Rating
    453
    Answers
    3153
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    So you input a string or is it a date object?
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  3. #3
    Sencha User
    Join Date
    Dec 2009
    Location
    Paris, France
    Posts
    15
    Vote Rating
    3
    revolunet is on a distinguished road

      0  

    Default


    The data is "raw" JSON without a model+reader so i guess yes its a standard string. What's weird is that it works great on chrome/FF and not on IE...