I\'ve come up with this solution to extending JavaScript\'s Date.parse function to allow for dates formatted in DD/MM/YYYY (rather then the American standard [a
I would use Datejs. You can directly load the version appropriate for a given ISO language code (e.g. date-en-CA.js or date-en-GB.js). Only the capitalization is different.