This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

yyyy-mm-dd

1.0.2 • Public • Published

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'

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i yyyy-mm-dd

    Weekly Downloads

    120

    Version

    1.0.2

    License

    Fair

    Last publish

    Collaborators

    • talles