Forum Moderators: open

Message Too Old, No Replies

toDateString method in Opera

         

zforrest

7:27 pm on Jul 14, 2008 (gmt 0)

10+ Year Member



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.

Fotiman

8:15 pm on Jul 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Write your own method for converting dates to strings.