dazpearce
02-22-2003, 03:52 PM
is there any built in variables that i can use to refer to the current year?
im trying to check a year input box to make sure someone doesnt put in 2004, for example
}else if (parseInt(yearText) > thisYear ){
feedback = "wrong year";
return(false);
can anyone help?
im trying to check a year input box to make sure someone doesnt put in 2004, for example
}else if (parseInt(yearText) > thisYear ){
feedback = "wrong year";
return(false);
can anyone help?