change the above code
if (!isNaN(EndDate)){
if (EndDate <= BeginDate) {
alert('The end date cannot be the same or earlier as the begin date');
return false;
}
}
|
Search:Type: Posts; User: srinuetta Search: Search took 0.01 seconds.
Results 1 to 3 of 3
|
|