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>
by jpeter06
<table>
<tr>
<td>datetime-local:</td>
<td><input type="datetime-local"/></td>
</tr>
<tr>
<td>date:</td>
<td><input type="date"/></td>
</tr>
</table>