sbd-npm 1.1.97 → 1.1.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/util.js +1 -0
- package/.npmignore +0 -1
package/package.json
CHANGED
package/util.js
CHANGED
@@ -1358,6 +1358,7 @@ const Util = {
|
|
1358
1358
|
sd_obj.attr("disabled", false);
|
1359
1359
|
ed_obj.attr("disabled", false);
|
1360
1360
|
let weekday = Util.get_weekday();
|
1361
|
+
let date = new Date();
|
1361
1362
|
let year = date.getFullYear();
|
1362
1363
|
let month = date.getMonth() + 1;
|
1363
1364
|
let current_month_format = year + "-" + (month < 10 ? '0' + month : month) + "-01";
|
package/.npmignore
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
sbd-npm.md
|