9 lines
136 B
JavaScript
Raw Normal View History

2025-05-22 16:23:08 +08:00
"use strict";
var floorDay = require("./floor-day");
module.exports = function () {
floorDay.call(this).setDate(1);
return this;
};