sbd-npm 1.2.25 → 1.2.26
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 -1
package/package.json
CHANGED
package/util.js
CHANGED
@@ -2458,8 +2458,8 @@ const Util = {
|
|
2458
2458
|
let end_id = prefix + "_end_date";
|
2459
2459
|
let nth_day = 0;
|
2460
2460
|
if (!Util.regexp_date_yyyy_mm_dd(start_date)) {
|
2461
|
-
start_date = "";
|
2462
2461
|
nth_day = start_date;
|
2462
|
+
start_date = "";
|
2463
2463
|
}
|
2464
2464
|
if (!Util.regexp_date_yyyy_mm_dd(end_date)) {
|
2465
2465
|
end_date = "";
|