Still trying to get my head around some simple javascript issues the following works in php but not in javascript can someone point me in the right direction obviously my code is wrong.
if((dobyear==false) && (dobmonth==false) && (dobday==true))
{
return 'noyearmonth';
}
thanks