year-month-day

3.0.0 • Public • Published

Year-Month-Day

npm version Build Status

Simple function that returns an object with props of year, month and day

Usage

const ymd = require('year-month-day')
const day = new Date('01/01/2015')
const result = ymd(day)
console.log(result)
// {
//  year: 2015,
//  month:  1,
//  day: 1
// }

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.0
    1,883
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.0.0
    1,883
  • 2.0.0
    25
  • 1.0.0
    6

Package Sidebar

Install

npm i year-month-day

Weekly Downloads

1,914

Version

3.0.0

License

Unlicense

Unpacked Size

2.47 kB

Total Files

6

Last publish

Collaborators

  • kev_nz