Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 333 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 333 Bytes

date

CircleCI

Calculate serial number with year, month and day.

Syntax

DATE(year, month, day)

Install

npm install --save formula-date

Usage

var date = require('formula-date');
date( 2015, 10, 6 )