untitled notebook

node v8.17.0
version: 1.0.0
endpointsharetweet
const dayjs = require("dayjs") console.log(dayjs(0).valueOf()) console.log(dayjs(0).add(1000, 'millisecond').valueOf()) console.log(dayjs(0).add(1, 'second').valueOf())
Loading…

no comments

    sign in to comment