Show cool things you have done with our products


Post by omermx »

Yes several, but I don't see how they could interfere with the date/time format...

Post by mats »

In the world of JavaScript you've got to be careful :). My humble guess is that one of your scripts isoverriding the native String.format. If this is the case you'll have to figure out how to have both your other script and Ext JS on the same page. Ext JS also overrides String.format and my component relies on the Ext method.

For more information about overrides and global variables, check this tool I created:

https://mankz.com/code/GlobalCheck.htm

Post by omermx »

Ahh, found it - was using another date type function elsewhere which had some overrides..thanks for your help - I'm sure I'll need it again!
:P

Post Reply