UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

9 lines (6 loc) 169 B
'use strict'; var callDateSet = require('../../common/internal/callDateSet'); function setMonth(d, val) { callDateSet(d, 'Month', val); } module.exports = setMonth;