/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-day.js (138B)
"use strict"; var setHours = Date.prototype.setHours; module.exports = function () { setHours.call(this, 0, 0, 0, 0); return this; };