RunKit + npm: dayjs

node v10.24.1
version: master
endpointsharetweet
var dayjs = require("dayjs") var timezone = require('dayjs/plugin/timezone'); dayjs.extend(timezone); console.log(dayjs('13/08/2020 00:34').tz('Europe/Paris').format('HH:mm'));
Created from: https://npm.runkit.com/dayjs
Loading…

no comments

    sign in to comment