UNPKG

addmonths

Version:

Adds or sustract X months to any JavaScript Date.

6 lines (5 loc) 224 B
// This file can be required in Browserify and Node.js for automatic // injection of addMonths in the Date.prototype // To use it: require('addmonths/auto') 'use strict' module.exports = require('./dist/addmonths.auto.js')