var fromDate = $('#fromDate').datebox('getText');
var toDate = $('#toDate').datebox('getText');
alert(fromDate)
if(fromDate!=null && fromDate!="" && toDate!=null && toDate!=""){
if(fromDate>toDate){
f_alert('发生时间的开始日期不能大于结束日期!');
return;
}
}
var toDate = $('#toDate').datebox('getText');
alert(fromDate)
if(fromDate!=null && fromDate!="" && toDate!=null && toDate!=""){
if(fromDate>toDate){
f_alert('发生时间的开始日期不能大于结束日期!');
return;
}
}