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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -