Commit a74e6d5d by wangling

修改时间格式

parent 7c75c5d7
......@@ -1037,7 +1037,7 @@ function getCurrentTime(){
var week = myDate.getDay();
var weeks = ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"];
console.log(year, mon, date, weeks[week])
var date=year + "-" + mon + "-" + date + "-" +" "+h+":"+m+":"+s;
var date=year + "-" + mon + "-" + date + " "+h+":"+m+":"+s;
return date;
}
//保存批注信息
......
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