I am trying to parse date with formate like '00/09/2000' in IE.
IE or Edge:
We can see that the output is a date of Dec 09 1998. However, in browser other than IE, this will throw error saying invalid date.
Chrome:
My question is, how can we disable the behavior on IE?