maksad / node-yyyy-mm-dd

Formats a Date as yyyy-MM-dd.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES5 version of yyyy-mm-dd

Formats a Date as yyyy-MM-dd.

Usage

$ npm install yyyy-mm-dd
(...)
$ node
> let yyyymmdd = require('yyyy-mm-dd')
undefined
> yyyymmdd()
'2015-04-29'
> yyyymmdd.withTime()
'2015-04-29 16:51:09'
> yyyymmdd(new Date(1999, 0, 1))
'1999-01-01'

About

Formats a Date as yyyy-MM-dd.

License:Other


Languages

Language:JavaScript 100.0%