Espruino - Pico user:
As a beginner I want to ask about the following construction (taken from MDM)... var birthday = new Date('December 17, 1995 03:24:00');
But console.log( birthday.toString()); results in Thu Jan 1 1970 00:00:00 GMT+0000.
Is the contruction with 'December 17, 1995 03:24:00' not possible?
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.
Espruino - Pico user:
As a beginner I want to ask about the following construction (taken from MDM)...
var birthday = new Date('December 17, 1995 03:24:00');
But console.log( birthday.toString()); results in Thu Jan 1 1970 00:00:00 GMT+0000.
Is the contruction with 'December 17, 1995 03:24:00' not possible?