/var/www/greso.tech/server/nsm/node_modules/es5-ext/date/#
NameSizeModeActions
copy.js1250644editdlrm
days-in-month.js2590644editdlrm
floor-day.js1380644editdlrm
floor-month.js1360644editdlrm
floor-year.js1430644editdlrm
format.js7550644editdlrm
index.js2450644editdlrm
Edit: /var/www/greso.tech/server/nsm/node_modules/es5-ext/date/#/floor-month.js (136B)
"use strict"; var floorDay = require("./floor-day"); module.exports = function () { floorDay.call(this).setDate(1); return this; };