In FF, IE 6 & 7, and Safari, the toDateString() method in javascript renders the following date format:
Mon Jul 14 2008
But in opera 9.5, the toDateString() renders the following date format:
Mon 14 Jul 2008
How can I achieve consistency between the two formats? Thank you.