Avatar of Whing Dela Cruz
Whing Dela Cruz
Flag for Anguilla

asked on 

Date on a table

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>&nbsp; Date:</td>
                     <td><input type="date" id="sdate"/></td>
                  </tr>
       </Table>
   
   </form>
</body>
</Html>
HTMLJavaScriptASP

Avatar of undefined
Last Comment
Whing Dela Cruz

8/22/2022 - Mon