<select name="test1" style="width: 200px">
<option></option>
</select>
This is typical drop-down box in html forms. My question is, hot to make the option to capture current date. Or Must I use any other function than drop-down box.
Please advise.