Clone and edit this document
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
moment
node v10.24.1
version:
master
endpoint
share
tweet
const moment = require("moment"); const dur1 = moment('2020-05-01T00:00:00').to(moment('2020-07-01T00:00:00')); console.log(dur1); // "in 2 months"
Loading…
no comments
sign in
to comment