akrherz
30 Nov 2009, 2:34 PM
Hi,
I'm using extjs 3.0.0 and tested on Firefox 3.0.15 .
var d = new Date('2009/11/28'); d.format("z");
>>> 331
var d = new Date('2009/11/29'); d.format("z");
>>> 335
Hopefully I am not missing a previously posted bug on this.
TIA,
daryl
[sigh, looks like this is fixed in 3.0.3]
I'm using extjs 3.0.0 and tested on Firefox 3.0.15 .
var d = new Date('2009/11/28'); d.format("z");
>>> 331
var d = new Date('2009/11/29'); d.format("z");
>>> 335
Hopefully I am not missing a previously posted bug on this.
TIA,
daryl
[sigh, looks like this is fixed in 3.0.3]