Commit 2f79a9bb by 王栋源

wdy

parent 457f2b12
......@@ -52,6 +52,9 @@ class TmjsonfileService extends ServiceBase {
}
sources.push(source);
}
var newdate = new Date();
var m = newdate.getMonth() + 1;
var d = newdate.getDate();
var strdate = ""
if (newdate.getHours() > 12) {
strdate = newdate.getFullYear() + "" + m + d + "_2.json";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment