I'm having some troubles using moment.js in IE8.
The following code works on IE11, chrome, firefox:
But in IE8, the data2
variable is no correct (somo properties are NaN
) and data3
is correct.
How can I use moment.js in IE8 without using ._d
?