untitled notebook

node v4.9.1
version: 1.0.0
endpointsharetweet
let date = new Date(); console.log(date); let dateJson = date.toJSON(); console.log(dateJson); let newDate = new Date(dateJson); console.log(newDate); console.log(newDate.getTime());
Loading…

no comments

    sign in to comment