Hi I have a string 'Windows-10' which when I try to parse via new Date() constructor it is getting parsed and gives a completely valid date as 'Mon Oct 01 2001 00:00:00 GMT+0530 (India Standard Time)'
I dont know why is this happening I also tried it with other Windows string such as 'Windows-7', 'Windows-99' etc. and they all parse easily.