Looks like Dec 17, 1995 03:24:00 works but December 17, 1995 03:24:00 doesn't.
I've just fixed this so it'll be in 1v81 of Espruino. Looks like JavaScript only really checks the first 3 characters, so for instance this should also work: (new Date('Decfdsm 17, 1995 03:24:00')).toString()
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Looks like
Dec 17, 1995 03:24:00
works butDecember 17, 1995 03:24:00
doesn't.I've just fixed this so it'll be in 1v81 of Espruino. Looks like JavaScript only really checks the first 3 characters, so for instance this should also work:
(new Date('Decfdsm 17, 1995 03:24:00')).toString()