判断日期是否能跨月查询的js代码

上传:wm55945 浏览: 17 推荐: 0 文件:PDF 大小:18.51KB 上传时间:2020-12-12 17:26:01 版权申诉
function checkDate(startDate, endDate, num, flag) { if(startDate == null || endDate == null) { popwin.info('提示','日期不可为空'); return false; } if(startDate == '' || endDate == '') { popwin.info('提示','请输入查询日期'); return false; } var start_date = startDate + "
上传资源
用户评论