|
@@ -64,9 +64,7 @@ $(document).ready(function() {
|
|
|
}
|
|
|
var time1 = rows[i].cells[4].innerHTML;
|
|
|
var currentDateLong = new Date(time1.replace(new RegExp("-","gm"),"/")).getTime();
|
|
|
- // alert(currentDateLong);
|
|
|
if (new Date().getTime()-currentDateLong>3*24*60*60*1000){
|
|
|
- // alert(new Date().getTime()-currentDateLong)
|
|
|
rows[i].style.color = "red";
|
|
|
}
|
|
|
}
|