date-constants
v1.0.0
Published
Date constants.
Downloads
3
Readme
date-constants
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
Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>