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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i date-constants

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • jaredhanson