Hi experts, I wish to put some datepicker inside the Child(2) table as the code shown below. Is there anyone who can help achieve this?
<!Doctype Html>
<Html>
<body>
<form name="EnrollForm" method="post" action="Enroll.asp">
<table id="EnrollTable" class="four">
<tr>
<td> Date:</td>
<td><input type="date" id="sdate"/></td>
</tr>
</Table>
</form>
</body>
</Html>