input types

by jpeter06

HTML

<table>
<tr>
  <td>datetime-local:</td>
  <td><input type="datetime-local"/></td>
</tr>
<tr>
  <td>date:</td>
  <td><input type="date"/></td>
</tr>
</table>