Changes

Date Validation

6 bytes added, 18:33, 19 March 2014
no edit summary
}
else{
alert("Date auto selected for "+ originalPlus +" days from today is a Saturday. This has now been changed to the following Monday");
daysPassed = daysPassed + 2;
flag = 'True';
}
else{
alert("Date auto selected for "+ originalPlus +" days from today is a Sunday. This has now been changed to the following Monday");
daysPassed = daysPassed + 1;
flag = 'True';
}
else{
alert("Date auto selected for "+ originalPlus +" days from today is a bank holiday in the Republic of Ireland. This has now been changed to the following day");
daysPassed = daysPassed + 1;
flag = 'True';
7,528
edits