Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: dayjs
node v10.24.1
endpoint
share
tweet
var dayjs = require("dayjs") var utc = require('dayjs/plugin/utc') var timezone = require('dayjs/plugin/timezone') dayjs.extend(utc); dayjs.extend(timezone); dayjs('2020-11-06T19:27:08Z').tz('Europe/London').format()
Created from: https://npm.runkit.com/dayjs
Loading…
Clone and edit this document