datetime - HTML input default value -


the following sets empty initial value in input box. there way force null value if nothing entered?

since datetime-local field, think empty string causing me other problems.

<td><input id="1stintstart" value="" type="datetime-local"></td> 

do mean placeholder?

<input type="text" placeholder="test"/>


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -