untitled notebook

node v10.24.1
endpointsharetweet
const dayjs = require('dayjs') var duration = require('dayjs/plugin/duration') dayjs.extend(duration) var x = dayjs() var y = dayjs() var duration = dayjs.duration(x.diff(y)) console.log(duration)
Loading…

no comments

    sign in to comment