Most recent activity
-
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?
Thank you for the fast response :-)