//功能:laydate控件后台返回的时间前台格式化 //参数:laydate控件值 function formatDate(strTime) { if ("" === strTime) return ""; var dateStr=strTime.trim().split(" "); var strGMT = dateStr[0]+" "+dateStr[1]+" "+dateStr[2]+"…
1. 问题描述: 今天在SpringMVC应用中上传参数的时候遇到如下问题: The request sent by the client was syntactically incorrect 这说明在提交的参数中,有的参数不符合服务器端数据要求.在排除其它参数没问题的情况下,确定是其中的时间参数除了问题. 客户端传送的时间参数如下所示:…