$('#cell0').val((staticGolfDate.getMonth() + 1) + "/" + staticGolfDate.getDate() + "/" + staticGolfDate.getFullYear());
$('#table2 #cell0').val((j.getMonth() + 1) + "/" + j.getDate() + "/" + j.getFullYear());
- var start = 0;
var date = new Date(date1);
for (i = 1; i < $("#field_8_57 .gfield_list tbody tr").length + 1; i++) {
var cellDate = staticGolfDate.setDate(staticGolfDate.getDate() + 1);
var cellValue = ((staticGolfDate.getMonth() + 1) + "/" + (staticGolfDate.getDate()) + "/" + staticGolfDate.getFullYear());
$('#cell' + i).val(cellValue);
$('#table2 #cell' + i).val(cellValue);
- start++;
}
}else{
alert("Departure date must be after arrival date")