date-constants

1.0.0 • Public • Published

date-constants

Build Coverage Dependencies

Provides date-related constants.

Install

npm
$ npm install date-constants

Usage

var constants = require('date-constants');

var max = constants.MAX_DATE;
var min = constants.MIN_DATE;

Tests

To run tests in Node:

$ npm install
$ npm test

Credits

License

The MIT License

Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i date-constants

    Weekly Downloads

    0

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • jaredhanson