I'm including date.js (from datejs.com) and the en-IE culture info script.
If I call alert(Date.CultureInfo.dateElementOrder)
I see the correct dmy
, but if I try to interpret the date 02/03/01
I get 3 Jan 2001
and not 2 Feb 2001
. I'm not sure whether this is a bug in date.js or a problem with me.