JS将sql的dateTime格式数据例如:Wed Sep 30 00:00:00 CST 2020 字符串转换成2020-09-30 00:00:00时间格式
1.在标签内定义方法函数:varformat=function(time,format){vart=newDate(time);vartf=function(i){return(i<10?'0':'')+i};returnformat.replace(/yyyy|MM|dd|HH|mm|ss/g,function(a){switch(a){case'yyyy':returntf(t.getFull