3
Reply

Jquery validate date

muthukumar

muthukumar

10 years ago
626
else if ($('[id$="DTD"]').val() == "")
{
alert("Select Date");
$('[id$="DTD"]').focus();
return false;

}


this is my code it does not validate the sharepoint date control

thank u  advance

Answers (3)