I'm trying to parse 2016-11-03 09:06:30.087 to a date object in javascript using the new Date() function.
It works fine in firefox however IE will not recognize it as a date.
Any tips? Thanks
I'm trying to parse 2016-11-03 09:06:30.087 to a date object in javascript using the new Date() function.
It works fine in firefox however IE will not recognize it as a date.
Any tips? Thanks