• Nan-Nan-0Nan NaN:NaN:NaN:NaN... in IE9

    By Pat Sawyer 9 years ago

    I have a date/time column that is displaying fine in Chrome but in IE it displays as “Nan-Nan-0Nan NaN:NaN:NaN:NaN”

    I feel that the control is laughing at me.

    • By F. Kranenburg 9 years ago

      haha lol ! I'm sure it's saying 'Not a Number' ! Could you try it with IE10 or IE11? I don't have IE9 here to test it out, so I'm not sure if I can add support for IE9. If it's an IE problem than let me know how to reproduce and I'll look into it.

      • By Pat Sawyer 9 years ago

        Well that makes sense, but it still hurts my feelings…

        I have tested this on IE11 and I get the same results. I am able to resolve the problem by making sure that the column type was changed to date/time. If I leave it as general I get that problem. Not sure if this is a defect or not as it seems to be looking at the field type and if the column type doesn't match the field type it is giving that error. Just something I will need to keep my eyes opened for.

        Nice project by the way. I plan on using it in a couple projects right away.

        • By Pat Sawyer 9 years ago

          I mean the column type for the corresponding view in the NSF

      • By Pat Sawyer 9 years ago

        I noticed that if I make the change to the view it will make the dates incorrect in the grid. The best fix I can find is the make the column @text() to display the correct date/time. This is only in IE 9&11.

        • By F. Kranenburg 9 years ago

          Ok, I'll try to fix this in next release. Not sure yet what is causing this.