Socket
Socket
Sign inDemoInstall

year-month-day

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    year-month-day

[![npm version](https://badge.fury.io/js/year-month-day.svg)](https://badge.fury.io/js/year-month-day) [![Build Status](https://travis-ci.org/Kevnz/ymd.svg?branch=master)](https://travis-ci.org/Kevnz/ymd)


Version published
Maintainers
1
Install size
241 kB
Created

Readme

Source

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
// }

FAQs

Last updated on 25 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc