Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

RunKit + npm: date-fns

node v6.17.1
endpointsharetweet
var format = require("date-fns/format") console.log(format('', 'MMMM D, YYYY')) console.log(format(new Date(''), 'MMMM D, YYYY'))
Created from: https://runkit.com/npm/date-fns
Loading…

no comments

    sign in to comment