摘要:
代码如下: function tbEndTime_OnBlur() { var stime = document.getElementById('<%= tbStartTime.ClientID %>').value.split("-"); var etime = document.getElementById('<%= tbEndTime.ClientID %>').value.split("-"); var st = new Date(stime[0], stime[1] - 1, stime[ 阅读全文