摘要: JS实现对Date Range的认证。认证条件如下:1):startDate 与 endDate 都是Date格式2):startDate 12) return false; else if (dtDay 31) return false; else if ((dtMonth == 4 || dtMonth == 6 || dtMonth == 9 || dtMonth == 11) && dtDay == 31) return false; else if (dtMonth == 2... 阅读全文
posted @ 2013-06-10 14:05 Eric Sun 阅读(1077) 评论(0) 推荐(0)